Skip to content

Commit

Permalink
Switch to official GitHub action for managing app tokens (#3165)
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonnefroehlich authored Apr 10, 2024
1 parent 1633975 commit b3e0048
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/format-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
# Generate token from GenericMappingTools bot
- uses: tibdex/github-app-token@v2
- uses: actions/create-github-app-token@v1.9.3
id: generate-token
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}

# Checkout the pull request branch
- uses: actions/[email protected]
Expand Down

0 comments on commit b3e0048

Please sign in to comment.