mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 14:53:34 +00:00
ci: Renamed the secrets in release-plz.yml to match the configuration
This commit is contained in:
@@ -31,9 +31,9 @@ jobs:
|
||||
id: generate-token
|
||||
with:
|
||||
# GitHub App ID secret name
|
||||
app-id: ${{ secrets.GITHUB_RELEASES_MANAGER_APP_ID }}
|
||||
app-id: ${{ secrets.GH_RELEASES_MANAGER_APP_ID }}
|
||||
# GitHub App private key secret name
|
||||
private-key: ${{ secrets.GITHUB_RELEASES_MANAGER_APP_PRIVATE_KEY }}
|
||||
private-key: ${{ secrets.GH_RELEASES_MANAGER_APP_PRIVATE_KEY }}
|
||||
- name: Run release-plz
|
||||
uses: release-plz/[email protected]
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user