Skip to content

Commit bf30b57

Browse files
authored
chore: update workflow secrets naming (#429)
1 parent 4ff3661 commit bf30b57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
- uses: navikt/github-app-token-generator@a9cd374e271b8aef573b8c16ac46c44fb89b02db
1111
id: get-token
1212
with:
13-
private-key: ${{ secrets.PRIVATE_KEY }}
14-
app-id: ${{ secrets.APP_ID }}
13+
private-key: ${{ secrets.TOKENS_PRIVATE_KEY }}
14+
app-id: ${{ secrets.TOKENS_APP_ID }}
1515

1616
- uses: GoogleCloudPlatform/release-please-action@v3
1717
with:

0 commit comments

Comments
 (0)