Skip to content

Commit

Permalink
Merge 9325205 into 0a559b3
Browse files Browse the repository at this point in the history
  • Loading branch information
yuleib authored Nov 26, 2023
2 parents 0a559b3 + 9325205 commit 83e7e42
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go-basic-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ jobs:
Environment-Test:
name: Create cross-platform build
# needs: [ Setup-Environment ]
runs-on: ubuntu-20.04 #${{ matrix.os }}
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
CGO_ENABLED: ${{ inputs.CGO_ENABLED }}
# strategy:
# matrix:
# os: ${{ fromJSON(needs.Setup-Environment.outputs.matrix) }}
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # ratchet:actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
env:
GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
CGO_ENABLED: ${{ inputs.CGO_ENABLED }}
runs-on: ubuntu-latest
needs: [Check-secret, Environment-Test]
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
continue-on-error: true
uses: coverallsapp/github-action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
path-to-lcov: coverage.lcov

- name: Comment results to PR
Expand Down

0 comments on commit 83e7e42

Please sign in to comment.