From 2411a7af192b74662178cc3d2882ae75cec4c3ae Mon Sep 17 00:00:00 2001 From: kirinnee Date: Tue, 26 Sep 2023 22:57:08 +0800 Subject: [PATCH] fix: missing GITHUB_TOKEN --- .github/workflows/deployment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml index d0784ae..9385c25 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -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