Skip to content

Commit a4e12f9

Browse files
authored
Merge pull request #6 from swnck/dev
Update environment variable name for GitHub token in CI workflow
2 parents 8e25831 + a30799a commit a4e12f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
run: ./gradlew publish
3636
env:
3737
USERNAME: ${{ github.actor }}
38-
TOKEN: ${{ secrets.GH_TOKEN }}
38+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)