Skip to content

Commit

Permalink
fix go sec
Browse files Browse the repository at this point in the history
  • Loading branch information
yutianwu committed Apr 3, 2023
1 parent 7f9614c commit e107b24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ jobs:
runs-on: ubuntu-latest
env:
GO111MODULE: on
GOPRIVATE: github.com/bnb-chain
GH_ACCESS_TOKEN: ${{ secrets.GH_TOKEN }}
steps:
- name: Setup GitHub Token
run: git config --global url.https://[email protected]/.insteadOf https://github.com/
- name: Checkout Source
uses: actions/checkout@v3

Expand Down

0 comments on commit e107b24

Please sign in to comment.