Skip to content

Commit

Permalink
Revert ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KingYes committed Mar 27, 2023
1 parent 486bc13 commit d685a48
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout develop branch
uses: actions/checkout@v3
with:
token: ${{ secrets.DEVOPS_TOKEN }}
token: ${{ secrets.MAINTAIN_TOKEN }}
ref: develop
- uses: actions/setup-node@v2
with:
Expand Down Expand Up @@ -54,19 +54,19 @@ jobs:
- name: Checkout master branch
uses: actions/checkout@v2
with:
token: ${{ secrets.DEVOPS_TOKEN }}
token: ${{ secrets.MAINTAIN_TOKEN }}
ref: master
- name: Merge develop -> master
uses: devmasx/merge-branch@a1752b9ba42bb417ec19be7dc974e2faf77d3ef2 # v1.3.1
with:
type: now
from_branch: develop
target_branch: master
github_token: ${{ secrets.DEVOPS_TOKEN }}
github_token: ${{ secrets.MAINTAIN_TOKEN }}
- name: Checkout updated master branch
uses: actions/checkout@v2
with:
token: ${{ secrets.DEVOPS_TOKEN }}
token: ${{ secrets.MAINTAIN_TOKEN }}
ref: master
- name: Install Dependencies
run: |
Expand Down Expand Up @@ -103,5 +103,5 @@ jobs:
files: hello-elementor.*.zip
body_path: temp-changelog-from-readme.txt
env:
GITHUB_TOKEN: ${{ secrets.DEVOPS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.MAINTAIN_TOKEN }}

0 comments on commit d685a48

Please sign in to comment.