Skip to content

Commit ba64226

Browse files
committed
workflow: fix Bad credentials while wait asset to be ready
1 parent 1f937aa commit ba64226

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161

6262
- name: Wait for asset to be ready
6363
id: verify_asset
64+
env:
65+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6466
shell: pwsh
6567
run: |
6668
$releaseId = "${{ github.event.release.id }}"

0 commit comments

Comments
 (0)