mirror of
https://github.com/desktop/desktop
synced 2024-10-31 05:19:03 +00:00
Merge pull request #17376 from desktop/dependabot/github_actions/tibdex/github-app-token-2
Bump tibdex/github-app-token from 1 to 2
This commit is contained in:
commit
a6f5fe17e0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-pr.yml
vendored
2
.github/workflows/release-pr.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
echo "$PR_TITLE" >> $GITHUB_ENV
|
||||
echo "EOF" >> $GITHUB_ENV
|
||||
|
||||
- uses: tibdex/github-app-token@v1
|
||||
- uses: tibdex/github-app-token@v2
|
||||
id: generate-token
|
||||
if: |
|
||||
startsWith(github.ref, 'refs/heads/releases/') && !contains(github.ref, 'test')
|
||||
|
|
Loading…
Reference in a new issue