Skip to content

Commit 4d3b791

Browse files
authored
chore(release-please): update secrets (#23)
1 parent 9721f93 commit 4d3b791

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@2d70c12368d1958155af4d283f9f21c9a2a8cb98
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@v2
1717
with:

0 commit comments

Comments
 (0)