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/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# A short-lived installation token of the org-owned "Palasthotel Release
# Bot" app. Needed instead of GITHUB_TOKEN because the tag this job
# pushes has to trigger wordpress-svn-release.yml.
- uses: actions/create-github-app-token@v2
- uses: actions/create-github-app-token@v3
id: app-token
with:
app-id: ${{ vars.RELEASE_BOT_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-plugin-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Pushing with the app token (instead of GITHUB_TOKEN) re-triggers the PR
# checks on the new head commit — GITHUB_TOKEN pushes trigger nothing,
# which would leave the release PR without check results.
- uses: actions/create-github-app-token@v2
- uses: actions/create-github-app-token@v3
id: app-token
with:
app-id: ${{ vars.RELEASE_BOT_APP_ID }}
Expand Down