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 8f904c4 commit 7b74819Copy full SHA for 7b74819
.github/workflows/update-ca-file.yml
@@ -36,6 +36,8 @@ jobs:
36
git add cacert.pem
37
git commit -m "Update CA file"
38
git push
39
+ env:
40
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
42
release:
43
needs: fetch-ca-file
0 commit comments