File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 id : generate_token
1818 uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
1919 with :
20- app-id : ${{ secrets.PROJECT_AUTOMATION_APP_ID }}
21- private-key : ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }}
20+ app-id : ${{ secrets.PROJECT_AUTOMATION_APP_ID }} # zizmor: ignore[secrets-outside-env]
21+ private-key : ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }} # zizmor: ignore[secrets-outside-env]
2222 - uses : dev-hato/actions-add-to-projects@23419f2617aa62a84365bd31e6ed764602a4dddd # v0.0.110
2323 with :
2424 github-token : ${{steps.generate_token.outputs.token}}
Original file line number Diff line number Diff line change 2727 id : generate_token
2828 uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
2929 with :
30- app-id : ${{ secrets.PROJECT_AUTOMATION_APP_ID }}
31- private-key : ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }}
30+ app-id : ${{ secrets.PROJECT_AUTOMATION_APP_ID }} # zizmor: ignore[secrets-outside-env]
31+ private-key : ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }} # zizmor: ignore[secrets-outside-env]
3232 - uses : dev-hato/actions-format-json-yml@e26bb75bab9841682281db76bb3f11b9f29a29f0 # v0.0.100
3333 with :
3434 github-token : ${{ steps.generate_token.outputs.token }}
You can’t perform that action at this time.
0 commit comments