Skip to content

Commit ca1de1d

Browse files
committedFeb 19, 2024
fix: alpha-release should use token
1 parent 4f50d89 commit ca1de1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/alpha-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
fetch-depth: 1
3333
fetch-tags: true
3434
progress: false
35+
token: ${{ secrets.GH_DEPLOY_TOKEN }}
3536
- name: Check should run if HEAD is untagged
3637
run: |
3738
echo "HEAD is $(git name-rev --tags --name-only $(git rev-parse HEAD))"

0 commit comments

Comments
 (0)