Skip to content

Commit

Permalink
ci(config): 🔧 change token
Browse files Browse the repository at this point in the history
change token and script

Ref: #30
  • Loading branch information
anantakumarghosh committed Feb 3, 2024
1 parent c746e8a commit f78359f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-create-and-merge-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- development
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
create_and_merge_pr:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -39,4 +39,4 @@ jobs:
- name: Merge PR
run: |
pr_number=$(echo $pr_url | cut -d '/' -f 7)
gh pr merge $pr_number --auto --merge
gh pr merge $pr_number --merge --admin

0 comments on commit f78359f

Please sign in to comment.