Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
ci: fix release secret
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <[email protected]>
  • Loading branch information
sagikazarmark committed Jan 23, 2024
1 parent 32e89df commit 52f762c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ jobs:
run: nix develop --impure .#ci

- name: Release
run: nix develop --impure .#ci -c dagger call --registry-user ${{ github.actor }} --registry-password ${{ github.token }} --github-token ${{ github.token }} release --version ${{ github.ref_name }}
run: nix develop --impure .#ci -c dagger call --registry-user ${{ github.actor }} --registry-password GITHUB_TOKEN --github-token GITHUB_TOKEN release --version ${{ github.ref_name }}
env:
GITHUB_TOKEN: ${{ github.token }}
DAGGER_CLOUD_TOKEN: ${{ secrets.DAGGER_CLOUD_TOKEN }}

- name: Stop Engine
Expand Down

0 comments on commit 52f762c

Please sign in to comment.