Skip to content

Commit 1c356f7

Browse files
chore: CCIE-4332 use GH_ACTIONS_HELPER_* (#829)
Co-authored-by: Alex Lokshin <[email protected]>
1 parent 07b0816 commit 1c356f7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/dependabot_automerge.yml

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_GITHUB_HELPER_APP_ID }}
20-
private-key: ${{ secrets.CZI_GITHUB_HELPER_PK }}
19+
app-id: ${{ secrets.GH_ACTIONS_HELPER_APP_ID }}
20+
private-key: ${{ secrets.GH_ACTIONS_HELPER_PK }}
2121
- name: Install gh CLI
2222
shell: bash
2323
env:

.github/workflows/release-please.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
id: generate_token
1515
uses: actions/create-github-app-token@v1
1616
with:
17-
app-id: ${{ secrets.CZI_RELEASE_PLEASE_APP_ID }}
18-
private-key: ${{ secrets.CZI_RELEASE_PLEASE_PK }}
17+
app-id: ${{ secrets.GH_ACTIONS_HELPER_APP_ID }}
18+
private-key: ${{ secrets.GH_ACTIONS_HELPER_PK }}
1919

2020
- name: release please
2121
uses: google-github-actions/release-please-action@v4

.github/workflows/release.yaml

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

1919
- uses: actions/checkout@v2
2020
with:

0 commit comments

Comments
 (0)