Skip to content

Commit 753c06a

Browse files
authored
fix env name (#27)
1 parent 2a2af91 commit 753c06a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
run: ./release-dev.ts
2828
env:
2929
MODE: "dev"
30-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_DEV }}
30+
GH_TOKEN: ${{ secrets.GH_TOKEN_DEV }}

0 commit comments

Comments
 (0)