Skip to content

Commit

Permalink
chore: Update generate token action (#56)
Browse files Browse the repository at this point in the history
Move to official GitHub provided version
  • Loading branch information
AtzeDeVries authored Feb 21, 2024
1 parent 5ee0008 commit 713663a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-infrastructure-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:
- name: Generate token for writeback to pr
id: generate_token
# v1.5.1
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a
uses: actions/create-github-app-token@v1.8.0
with:
app_id: 172868
private_key: ${{ secrets.write-back-app-pem }}
app-id: 172868
private-key: ${{ secrets.write-back-app-pem }}

- name: Clone the repostory
# v3.0.0
Expand Down

0 comments on commit 713663a

Please sign in to comment.