Explorar o código

Merge pull request #51 from norio-nomura/fix-codecov

[GitHub Actions] Fix codecov to use `secret.CODECOV_TOKEN`
Norio Nomura %!s(int64=6) %!d(string=hai) anos
pai
achega
5a1b586ece
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/xcodebuild.yml

+ 1 - 1
.github/workflows/xcodebuild.yml

@@ -55,5 +55,5 @@ jobs:
           DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode.version }}.app
         run: xcodebuild -scheme Base32 build -sdk watchsimulator | xcpretty
         shell: bash
-      - run: bash <(curl -s https://codecov.io/bash)
+      - run: curl -s https://codecov.io/bash | bash -s -- -t ${{ secrets.CODECOV_TOKEN }}
         shell: bash