Skip to content

Commit

Permalink
fix: will it still work
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Oct 20, 2023
1 parent ec84eb1 commit eda4f6b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/typescript-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ on: [push, pull_request]
jobs:
test-and-upstream:
runs-on: ubuntu-latest
permissions:
contents: 'write'
repository-projects: 'write'
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -35,7 +32,7 @@ jobs:
CORRECT_COVERAGE: ${{ vars.CORRECT_COVERAGE }}
- name: Upstream to Standards
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 eda4f6b

Please sign in to comment.