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

Commit 52f762c

Browse files
committed
ci: fix release secret
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
1 parent 32e89df commit 52f762c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ jobs:
4949
run: nix develop --impure .#ci
5050

5151
- name: Release
52-
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 }}
52+
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 }}
5353
env:
54+
GITHUB_TOKEN: ${{ github.token }}
5455
DAGGER_CLOUD_TOKEN: ${{ secrets.DAGGER_CLOUD_TOKEN }}
5556

5657
- name: Stop Engine

0 commit comments

Comments
 (0)