Skip to content

Commit 9830ada

Browse files
committed
ci: correctly use GH_TOKEN in nightly [skip ci]
1 parent 8f10d4b commit 9830ada

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
nightly:
99
name: Nightly build
1010
runs-on: ubuntu-latest
11+
env:
12+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1113
steps:
1214
- uses: actions/checkout@v5
1315
- uses: extractions/setup-just@v3
@@ -38,6 +40,4 @@ jobs:
3840
gh release delete nightly --yes || true
3941
git push origin :nightly || true
4042
- name: Create nightly release
41-
env:
42-
GITHUB_TOKEN: ${{ secrets.token }}
4343
run: gh release create nightly --prerelease ./apps/expert/burrito_out/*

0 commit comments

Comments
 (0)