Skip to content

Commit cb7960d

Browse files
authored
chore: CCIE-4332 use GH_ACTIONS_HELPER_* (#63)
1 parent a195196 commit cb7960d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
id: generate_token
1717
uses: actions/create-github-app-token@v1
1818
with:
19-
app-id: ${{ secrets.CZI_RELEASE_PLEASE_APP_ID }}
20-
private-key: ${{ secrets.CZI_RELEASE_PLEASE_PK }}
19+
app-id: ${{ secrets.GH_ACTIONS_HELPER_APP_ID }}
20+
private-key: ${{ secrets.GH_ACTIONS_HELPER_PK }}
2121

2222
- name: release please
2323
uses: googleapis/release-please-action@v4

0 commit comments

Comments
 (0)