Skip to content

Commit

Permalink
fix: try to use GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Oct 20, 2023
1 parent 9a6ce99 commit 97e4895
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/typescript-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
repository-projects: 'write'
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN }}
- uses: actions/cache@v3
with:
path: ~/.npm
Expand All @@ -33,7 +35,7 @@ jobs:
CORRECT_COVERAGE: ${{ vars.CORRECT_COVERAGE }}
- name: Upstream to Standards (local)
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
COVERAGE_SOURCE_FILE: ${{ secrets.COVERAGE_SOURCE_FILE }}
if: ${{ github.event_name == 'push'}}
run: |
Expand Down

0 comments on commit 97e4895

Please sign in to comment.