diff --git a/.github/workflows/swift_macos-10.15.yml b/.github/workflows/swift_macos-10.15.yml index af1d8c8..3c9d829 100644 --- a/.github/workflows/swift_macos-10.15.yml +++ b/.github/workflows/swift_macos-10.15.yml @@ -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 @@ -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: |