File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 66 tags :
77 - " **"
88
9+ permissions : # See https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token
10+ contents : write # Can make a release
11+ packages : write # Can upload packages
12+ pull-requests : write # Can create pull requests (if needed for brews etc.)
13+
914jobs :
1015 release :
1116 name : Release
2833 version : latest
2934 args : release --clean
3035 env :
31- GITHUB_TOKEN : ${{ secrets.PACKAGES_TOKEN }}
3236 MASTODON_CLIENT_ID : ${{ secrets.MASTODON_CLIENT_ID }}
3337 MASTODON_CLIENT_SECRET : ${{ secrets.MASTODON_CLIENT_SECRET }}
34- MASTODON_ACCESS_TOKEN : ${{ secrets.MASTODON_ACCESS_TOKEN }}
38+ MASTODON_ACCESS_TOKEN : ${{ secrets.MASTODON_ACCESS_TOKEN }}
39+
You can’t perform that action at this time.
0 commit comments