Skip to content

Commit dda45a7

Browse files
Update pr-auto-update.yml
Signed-off-by: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com>
1 parent 9c5686b commit dda45a7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pr-auto-update.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ jobs:
1010
pull-requests: write
1111
contents: write
1212
steps:
13-
- uses: actions/create-github-app-token@v2
14-
id: app-token
13+
- name: Generate Access Token
14+
uses: actions/create-github-app-token@v2
15+
id: generate-token
1516
with:
1617
app-id: 1363586
1718
private-key: ${{ secrets.PR_AUTO_UPDATE_PRIVATE_KEY }}

0 commit comments

Comments
 (0)