Skip to content

Commit 470672d

Browse files
committed
Revert "another CI fix"
This reverts commit 07b2434.
1 parent 0118718 commit 470672d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pre-release-workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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

0 commit comments

Comments
 (0)