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 8f10d4b commit 9830adaCopy full SHA for 9830ada
.github/workflows/nightly.yml
@@ -8,6 +8,8 @@ jobs:
8
nightly:
9
name: Nightly build
10
runs-on: ubuntu-latest
11
+ env:
12
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13
steps:
14
- uses: actions/checkout@v5
15
- uses: extractions/setup-just@v3
@@ -38,6 +40,4 @@ jobs:
38
40
gh release delete nightly --yes || true
39
41
git push origin :nightly || true
42
- name: Create nightly release
- env:
- GITHUB_TOKEN: ${{ secrets.token }}
43
run: gh release create nightly --prerelease ./apps/expert/burrito_out/*
0 commit comments