1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-09 00:34:07 +02:00

Change secret for the merge PR action

This commit is contained in:
Alex Plate 2022-07-07 10:42:19 +03:00
parent d44b82c1d1
commit 66245e2730
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ jobs:
id: update_authors
run: ./gradlew updateMergedPr -PprId=${{ github.event.number }}
env:
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
GITHUB_OAUTH: ${{ secrets.MERGE_PR }}
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4

View File

@ -27,7 +27,7 @@ jobs:
id: update_authors
run: ./gradlew updateMergedPr -PprId=525
env:
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
GITHUB_OAUTH: ${{ secrets.MERGE_PR }}
# - name: Commit changes
# uses: stefanzweifel/git-auto-commit-action@v4