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 355225b commit 9bfef47Copy full SHA for 9bfef47
.github/workflows/build-and-release.yaml
@@ -22,7 +22,7 @@ jobs:
22
- name: Run the release
23
run: sudo -E make devcontainer-release
24
env:
25
- GITHUB_TOKEN: ${{ secrets.GHACTIONS_SECRET }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
BUILD_NUMBER: ${{ github.run_id }}
27
IS_CI: 1
28
IS_PR: ${{ github.head_ref }}
0 commit comments