Skip to content

Commit

Permalink
Add Github Token to env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrtalbot committed Aug 14, 2023
1 parent cd261e7 commit f2032c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pytest-frozen-ubuntu-20.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

env:
GITHUB_TOKEN: ${{ github.token }}

jobs:
pytest-frozen:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit f2032c4

Please sign in to comment.