Skip to content

Commit

Permalink
Update tibdex/github-app-token digest to c95b1c4 (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 23, 2022
1 parent fae0452 commit 7b3daac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@7ce9ffdcdeb2ba82b01b51d6584a6a85872336d4
uses: tibdex/github-app-token@c95b1c441a4dacd6d24f231b9697a5f9a04c607e # renovate: tag=v1
with:
app_id: ${{ secrets.GH_APP_ID }}
private_key: ${{ secrets.GH_APP_KEY }}

- name: Create pull request
id: create-pull-request
uses: peter-evans/create-pull-request@bd72e1b7922d417764d27d30768117ad7da78a0e
uses: peter-evans/create-pull-request@bd72e1b7922d417764d27d30768117ad7da78a0e # renovate: tag=v4
with:
token: ${{ steps.generate_token.outputs.token }}
title: Test Pull Request (${{ steps.changes.outputs.number }})
Expand Down

0 comments on commit 7b3daac

Please sign in to comment.