Skip to content

Commit

Permalink
Update to use org token
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Mar 2, 2024
1 parent e3cbb1d commit 07624b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check_engine_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,16 @@ jobs:
engineName: ${{ matrix.engineName }}
newTag: ${{ matrix.newTag }}
oldTag: ${{ matrix.oldTag }}
- uses: tibdex/github-app-token@v1
id: generate-token
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
commit-message: ${{ matrix.engineName }} - Update to ${{ matrix.newTag }}
branch: update-${{ matrix.engineName }}
title: Update ${{ matrix.engineName }}
assignees: d10sfan
token: ${{ steps.generate-token.outputs.token }}

0 comments on commit 07624b5

Please sign in to comment.