Skip to content

Commit 3d7291b

Browse files
authored
Update manual-versioning.yml
Update the generate_token action to use the create-github-app-token action
1 parent 8f37f22 commit 3d7291b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/manual-versioning.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
steps:
2121
- name: "Generate token"
2222
id: generate_token
23-
uses: tibdex/github-app-token@v1
23+
uses: actions/create-github-app-token@v2
2424
with:
25-
app_id: ${{ secrets.RELEASE_BOT_APP_ID }}
26-
private_key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
25+
app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
26+
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
2727

2828
- uses: actions/checkout@v5
2929
with:

0 commit comments

Comments
 (0)