Skip to content

Commit

Permalink
Set CIRCLECI_CLI_TOKEN in inception workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed May 11, 2023
1 parent f1bb305 commit ae0c9e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/inception-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TRAVIS_TOKEN: ${{ secrets.TRAVIS_TOKEN }}
APPVEYOR_TOKEN: ${{ secrets.APPVEYOR_TOKEN }}
CIRCLECI_CLI_TOKEN: ${{ secrets.CIRCLECI_CLI_TOKEN }}

- name: Coverage report
run: |
Expand Down

0 comments on commit ae0c9e4

Please sign in to comment.