We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a17dba commit e872871Copy full SHA for e872871
1 file changed
.github/workflows/zizmor.yml
@@ -66,8 +66,8 @@ jobs:
66
id: github-app-auth
67
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
68
env:
69
- INPUT_GITHUB_APP_CLIENT_ID: ${{ inputs.github-app-client-id }}
70
- INPUT_GITHUB_APP_PRIVATE_KEY: ${{ secrets.github-app-private-key }}
+ INPUT_GITHUB-APP-CLIENT-ID: ${{ inputs.github-app-client-id }}
+ INPUT_GITHUB-APP-PRIVATE-KEY: ${{ secrets.github-app-private-key }}
71
with:
72
script: |
73
const hasClientId = core.getInput('github-app-client-id') !== '';
0 commit comments