Skip to content

Commit

Permalink
update app id
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Mar 21, 2024
1 parent eeeae6f commit cba8ae7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/create-github-app-token@v1
id: github-actions-bot-app-token
with:
app-id: 47012416
app-id: 48725422
private-key: ${{ secrets.APOLLO_GITHUB_ACTIONS_BOT_PRIVATE_KEY }}
repositories: ${{ github.repository }}
owner: ${{ github.repository_owner }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/create-github-app-token@v1
id: github-actions-bot-app-token
with:
app-id: 47012416
app-id: 48725422
private-key: ${{ secrets.APOLLO_GITHUB_ACTIONS_BOT_PRIVATE_KEY }}
repositories: ${{ github.repository }}
owner: ${{ github.repository_owner }}
Expand Down

0 comments on commit cba8ae7

Please sign in to comment.