Skip to content

Commit

Permalink
Merge pull request #22 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 9743a6a + 45a2a72 commit f17750c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/swift_macos-10.15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.STANDARDS_TOKEN }}
- uses: actions/setup-python@v2
- run: pip install requests
- name: Install xcode
Expand Down Expand Up @@ -39,7 +41,7 @@ jobs:
CORRECT_COVERAGE: ${{ secrets.CORRECT_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 f17750c

Please sign in to comment.