Skip to content

Commit

Permalink
Merge pull request #126 from 0chain/fix/workflow_gosdk
Browse files Browse the repository at this point in the history
fix(devops): fixed token issues
  • Loading branch information
cnlangzi authored Apr 27, 2022
2 parents b2138b2 + f69ef31 commit 1aa0dd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gosdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
go-version: '1.18'

- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Upgrade 0Chain GoSDK
run: |
Expand All @@ -34,7 +34,7 @@ jobs:
uses: peter-evans/create-pull-request@v3
with:
base: staging
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GOSDK }}
commit-message: upgrade GoSDK to ${{ github.event.inputs.gosdk }}
branch: gosdk-upgrade-${{ env.BRANCH }}
delete-branch: true
Expand Down

0 comments on commit 1aa0dd2

Please sign in to comment.