Skip to content

Commit

Permalink
Fix GITHUB_TOKEN issue in cmake tests (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
librarian committed Feb 1, 2024
1 parent c27d8cc commit b9c0a93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/test_cmake/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ runs:
- name: Generate summary
if: always()
shell: bash
env:
GITHUB_TOKEN: ${{ github.token }}
run: |
if [ -f "${ARTIFACTS_DIR}/junit.xml" ]; then
if [ -f "${ARTIFACTS_DIR}/junit_rerun.xml" ]; then
Expand Down

0 comments on commit b9c0a93

Please sign in to comment.