Skip to content

Commit

Permalink
fix: update to STANDARDS_TOKEN and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Oct 24, 2023
1 parent 3dd16ae commit 7ac5749
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cpp-11-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
test-and-upstream:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Set up Python 3.9
uses: actions/setup-python@v2
token: ${{ secrets.STANDARDS_TOKEN }}
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.11'
- name: Before Install
run: |
pip install requests
Expand All @@ -40,7 +40,7 @@ jobs:
EXPECTED_COVERAGE: ${{ secrets.EXPECTED_COVERAGE }}
- 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 7ac5749

Please sign in to comment.