1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-04-30 13:34:04 +02:00

Add oauth for mergeP

This commit is contained in:
Alex Plate 2021-11-17 20:15:12 +03:00
parent 7664c44697
commit 51a9878363
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -28,6 +28,8 @@ jobs:
- name: Update authors
id: update_authors
run: ./gradlew updateMergedPr -PprId=${{ github.event.number }}
env:
GITHUB_OAUTH: ${{ secrets.AUTOMATION_TOKEN }}
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4