Skip to content

Commit cda783b

Browse files
authored
ci: fix release script (#4984)
Our first [GHA GitHub release failed](https://github.com/dequelabs/axe-core/actions/runs/20758308118/job/59607316910). Looks like the script expects the env which wasn't set.
1 parent c3f5446 commit cda783b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ jobs:
173173
- name: Make Release Script Executable
174174
run: chmod +x ./node-github-release.sh
175175
- name: Create GitHub Release
176+
env:
177+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
176178
run: ./node-github-release.sh
177179
validate-deploy:
178180
name: Validate Deployment

0 commit comments

Comments
 (0)