Skip to content

Commit

Permalink
Fix failing action
Browse files Browse the repository at this point in the history
  • Loading branch information
Pante committed Aug 15, 2024
1 parent 89025ac commit f88b109
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docs_preview_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
runs-on: ubuntu-latest
environment: docs-development
steps:
- uses: tibdex/github-app-token@v2
id: generate-token
with:
app_id: ${{ secrets.AUTO_MAID_APP_ID }}
private_key: ${{ secrets.AUTO_MAID_PRIVATE_KEY }}
- uses: actions/checkout@v4
with:
token: ${{ steps.generate-token.outputs.token }}
Expand Down Expand Up @@ -59,11 +64,6 @@ jobs:
directory: ./docs/out

# Create/update comment with link to preview
- uses: tibdex/github-app-token@v2
id: generate-token
with:
app_id: ${{ secrets.AUTO_MAID_APP_ID }}
private_key: ${{ secrets.AUTO_MAID_PRIVATE_KEY }}
- uses: peter-evans/find-comment@v3
id: find-comment
with:
Expand Down

0 comments on commit f88b109

Please sign in to comment.