Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: AutoRebase
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@v2.0.2
- uses: actions/create-github-app-token@v2.1.4
id: generate-token
with:
app-id: ${{ secrets.APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@v2.0.2
- uses: actions/create-github-app-token@v2.1.4
id: generate_token
with:
app-id: ${{ secrets.APP_ID }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ jobs:
id: needs_pr
run: echo "did_change=${{ steps.get_current_commit.outputs.rev != steps.get_new_commit.outputs.rev }}" >> "$GITHUB_OUTPUT"

- uses: actions/create-github-app-token@v2.0.2
- uses: actions/create-github-app-token@v2.1.4
if: fromJSON(steps.needs_pr.outputs.did_change)
id: generate_pr_token
with:
app-id: ${{ secrets.SQUAWK_BOT_APP_ID }}
private-key: ${{ secrets.SQUAWK_BOT_APP_PRIVATE_KEY }}

- uses: actions/create-github-app-token@v2.0.2
- uses: actions/create-github-app-token@v2.1.4
if: fromJSON(steps.needs_pr.outputs.did_change)
id: generate_pr_approval_token
with:
Expand Down
Loading