Skip to content

Commit

Permalink
Prefer official action to publish token
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Mar 4, 2024
1 parent 8ca3bb7 commit d5fa9c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reusable-bump-flake-lock-and-selfup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
# To push workflow changes and trigger CIs
- name: Generate GitHub Apps token
id: publish-token
uses: tibdex/github-app-token@v2
uses: actions/create-github-app-token@v1
with:
# Required to set workflow permission for the APP
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- uses: actions/checkout@v4
with:
# Needed to get commit counts
Expand Down

0 comments on commit d5fa9c4

Please sign in to comment.