Skip to content

Commit

Permalink
fix: add PAT to the env var GITHUB_PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
Bai-Li-NOAA committed Oct 24, 2023
1 parent 5bd08f7 commit 0bbbfdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/get-gtest-codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0bbbfdc

Please # to comment.