Skip to content

Commit 9d15967

Browse files
committed
Fix release token name
1 parent 358f396 commit 9d15967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
- uses: compas-dev/compas-actions.publish@v2
2828
with:
2929
pypi_token: ${{ secrets.PYPI }}
30-
github_token: ${{ secrets.TOKEN }}
30+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)