We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a195196 commit cb7960dCopy full SHA for cb7960d
.github/workflows/release-please.yaml
@@ -16,8 +16,8 @@ jobs:
16
id: generate_token
17
uses: actions/create-github-app-token@v1
18
with:
19
- app-id: ${{ secrets.CZI_RELEASE_PLEASE_APP_ID }}
20
- private-key: ${{ secrets.CZI_RELEASE_PLEASE_PK }}
+ app-id: ${{ secrets.GH_ACTIONS_HELPER_APP_ID }}
+ private-key: ${{ secrets.GH_ACTIONS_HELPER_PK }}
21
22
- name: release please
23
uses: googleapis/release-please-action@v4
0 commit comments