Skip to content

Commit

Permalink
fix: Integration tests requires GITHUB_TOKEN as well to run some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sbp-bvanb committed Oct 22, 2024
1 parent 2c6a1ed commit a2d978f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ runs:
#
- name: unit & integrations tests and code coverage
shell: bash
env:
GITHUB_TOKEN: ${{ inputs.token }}
run: |
${GITHUB_ACTION_PATH}/src/go-test.sh \
"./..." \
Expand Down

0 comments on commit a2d978f

Please sign in to comment.