Skip to content

Commit

Permalink
Update typescript-standard.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trent-codecov authored and thomasrockhu-codecov committed Oct 20, 2023
1 parent 452b82d commit 0da2400
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/typescript-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on: [push, pull_request]
jobs:
test-and-upstream:
runs-on: ubuntu-latest
permissions:
contents: 'write'
repository-projects: 'write'
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
Expand Down Expand Up @@ -30,7 +33,7 @@ jobs:
CORRECT_COVERAGE: ${{ vars.CORRECT_COVERAGE }}
- name: Upstream to Standards
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERAGE_SOURCE_FILE: ${{ secrets.COVERAGE_SOURCE_FILE }}
if: ${{ github.event_name == 'push'}}
run: |
Expand Down

0 comments on commit 0da2400

Please sign in to comment.