Skip to content

Commit e872871

Browse files
committed
zizmor: fix GitHub App input environment names
1 parent 4a17dba commit e872871

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/zizmor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
id: github-app-auth
6767
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
6868
env:
69-
INPUT_GITHUB_APP_CLIENT_ID: ${{ inputs.github-app-client-id }}
70-
INPUT_GITHUB_APP_PRIVATE_KEY: ${{ secrets.github-app-private-key }}
69+
INPUT_GITHUB-APP-CLIENT-ID: ${{ inputs.github-app-client-id }}
70+
INPUT_GITHUB-APP-PRIVATE-KEY: ${{ secrets.github-app-private-key }}
7171
with:
7272
script: |
7373
const hasClientId = core.getInput('github-app-client-id') !== '';

0 commit comments

Comments
 (0)