Skip to content

Commit

Permalink
fix(devops): fixed token issues (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlangzi authored Apr 27, 2022
1 parent 6904cef commit be83e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gosdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 be83e53

Please sign in to comment.