Skip to content

Commit

Permalink
Merge pull request #35 from codecov/use-standard-token
Browse files Browse the repository at this point in the history
chore(ci): use standard token
  • Loading branch information
thomasrockhu-codecov authored Oct 23, 2023
2 parents 98c4197 + fe52d6b commit 8aff714
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.STANDARDS_TOKEN }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand All @@ -40,7 +42,7 @@ jobs:
cd ..
- name: Upstream to Standards
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.STANDARDS_TOKEN }}
COVERAGE_SOURCE_FILE: ${{ secrets.COVERAGE_SOURCE_FILE }}
if: ${{ github.event_name == 'push'}}
run: |
Expand Down

0 comments on commit 8aff714

Please sign in to comment.