Skip to content

Commit 9bfef47

Browse files
committed
Update secret name
1 parent 355225b commit 9bfef47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Run the release
2323
run: sudo -E make devcontainer-release
2424
env:
25-
GITHUB_TOKEN: ${{ secrets.GHACTIONS_SECRET }}
25+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
BUILD_NUMBER: ${{ github.run_id }}
2727
IS_CI: 1
2828
IS_PR: ${{ github.head_ref }}

0 commit comments

Comments
 (0)