Skip to content

Commit

Permalink
fixed missing env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Apr 22, 2024
1 parent d4856d4 commit 5c0bff6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmd-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
- name: Download repo
uses: actions/[email protected]
- run: gh pr checkout ${{ github.event.issue.number }}
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Generate script
# Here it would get the script from previous step
run: $COMMAND
Expand Down

0 comments on commit 5c0bff6

Please sign in to comment.