Skip to content

Commit

Permalink
ci: app_id and private_key deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-pisman committed Oct 23, 2023
1 parent a521dac commit 3e3692d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
id: generate_token
uses: actions/create-github-app-token@v1
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PEM }}
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PEM }}
owner: ${{ github.repository_owner }}
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
Expand Down

0 comments on commit 3e3692d

Please sign in to comment.