Skip to content

Commit 8f37f22

Browse files
authored
Update manual-versioning.yml
Modified bot tokens so they're a bit more descriptive
1 parent 3f85c28 commit 8f37f22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/manual-versioning.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
id: generate_token
2323
uses: tibdex/github-app-token@v1
2424
with:
25-
app_id: ${{ secrets.BOT_APP_ID }}
26-
private_key: ${{ secrets.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)