File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030 -
uses :
mdecoleman/[email protected] 3131 id : vars
3232 with :
33- repo-token : ${{ secrets.CI_DEV_GITHUB_TOKEN }}
33+ repo-token : ${{ secrets.GITHUB_TOKEN }}
3434 - name : Update package.json file
3535 run : |
3636 plugin_version=$(echo "${{ steps.vars.outputs.branch }}" | grep -Eo '[0-9]+.[0-9]+.[0-9]+')
@@ -67,13 +67,13 @@ jobs:
6767 -
uses :
mdecoleman/[email protected] 6868 id : vars
6969 with :
70- repo-token : ${{ secrets.CI_DEV_GITHUB_TOKEN }}
70+ repo-token : ${{ secrets.GITHUB_TOKEN }}
7171 - name : Export branch name
7272 run : |
7373 echo "RELEASE_BRANCH_NAME=${{ steps.vars.outputs.branch }}" >> $GITHUB_ENV
7474 - name : approve pull request
7575 env :
76- GITHUB_TOKEN : ${{ secrets.CI_DEV_GITHUB_TOKEN }}
76+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7777 PR_NUMBER : ${{ github.event.pull_request.number }}
7878 run : | # approve the pull request of the current branch
7979 gh pr review "$PR_NUMBER" --approve
You can’t perform that action at this time.
0 commit comments