Skip to content

Commit

Permalink
Add github_token env var
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Jul 12, 2024
1 parent 13792e2 commit edae88a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ jobs:
steps:
- name: Write out auth status
run: gh auth status && exit 1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Validate inputs
run: |
Expand Down

0 comments on commit edae88a

Please sign in to comment.