Skip to content

Commit

Permalink
fix: Allow use of GITHUB token for component test
Browse files Browse the repository at this point in the history
* It could be possible that a component test need to download docker images from a private registry.
  • Loading branch information
sbp-bvanb committed Oct 21, 2024
1 parent fbb6d7a commit 63bb2ef
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 @@ -182,6 +182,8 @@ runs:
#
- name: component tests
shell: bash
env:
GITHUB_TOKEN: ${{ inputs.token }}
run: |
${GITHUB_ACTION_PATH}/src/go-test.sh \
"" \
Expand Down

0 comments on commit 63bb2ef

Please sign in to comment.