Skip to content

Commit

Permalink
fix: missing GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Sep 26, 2023
1 parent a4fa23c commit 2411a7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: rlespinasse/github-slug-action@v3.x

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: nix develop .#releaser -c scripts/ci/release.sh

0 comments on commit 2411a7a

Please sign in to comment.