We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 546f5d4 commit 5f19d8cCopy full SHA for 5f19d8c
.github/workflows/release.yaml
@@ -51,6 +51,7 @@ jobs:
51
52
- name: Setup
53
env:
54
+ # https://docs.github.com/en/actions/security-guides/automatic-token-authentication
55
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
R2_RELEASES_ACCESS_KEY_ID: ${{ secrets.R2_RELEASES_ACCESS_KEY_ID }}
57
R2_RELEASES_SECRET_ACCESS_KEY: ${{ secrets.R2_RELEASES_SECRET_ACCESS_KEY }}
@@ -259,6 +260,7 @@ jobs:
259
260
261
- name: Complete
262
263
+ # https://cli.github.com/manual/gh_help_environment
264
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
265
266
0 commit comments