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 fdcfa66 commit 0a96978Copy full SHA for 0a96978
.github/workflows/pre-release.yml
@@ -10,6 +10,7 @@ on:
10
- closed
11
12
env:
13
+ GITHUB_AUTH: ${{ secrets.PUSH_TOKEN }}
14
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}
15
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
16
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
.github/workflows/release.yml
0 commit comments