Skip to content

Commit

Permalink
chore(NEXUS-1111): use philips app token action fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
macneib committed Jul 13, 2023
1 parent dc0e419 commit 6078bee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/enverus-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
id: app-token
with:
app_id: ${{ secrets.RELEASER_APP_ID }}
app_base64_private_key: ${{ inputs.releaserGithubAppPrivateKey }}
app_base64_private_key: ${{ secrets.RELEASER_APP_PRIVATE_KEY_BASE64 }}
auth_type: installation

- name: Dry run release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
id: app-token
with:
app_id: ${{ secrets.RELEASER_APP_ID }}
app_base64_private_key: ${{ inputs.releaserGithubAppPrivateKey }}
app_base64_private_key: ${{ secrets.RELEASER_APP_PRIVATE_KEY_BASE64 }}
auth_type: installation

- name: Dry run release
Expand Down

0 comments on commit 6078bee

Please sign in to comment.