Skip to content

Commit 01a396b

Browse files
committed
Readd github_token from secrets
1 parent af22d07 commit 01a396b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
version: latest
3434
args: release --clean
3535
env:
36+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3637
MASTODON_CLIENT_ID: ${{ secrets.MASTODON_CLIENT_ID }}
3738
MASTODON_CLIENT_SECRET: ${{ secrets.MASTODON_CLIENT_SECRET }}
3839
MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)