Skip to content

Commit 640b405

Browse files
committed
fix: secret name
1 parent 514dc79 commit 640b405

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
139139
- name: Setup GitHub CLI
140140
run: |
141-
echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
141+
echo "${{ secrets.GH_TOKEN }}" | gh auth login --with-token
142142
143143
- name: Get latest release-index version
144144
id: index_version

0 commit comments

Comments
 (0)