File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 7474 python-versions : " ${{ matrix.python-versions }}"
7575 reset-branch : " ${{ inputs.reset-branch || false }}"
7676 labels : " ${{ inputs.labels || 'no_backport,tooling' }}"
77- secrets :
78- BOT_APP_ID : " ${{ secrets.BOT_APP_ID }}"
79- BOT_APP_KEY : " ${{ secrets.BOT_APP_KEY }}"
77+ # Pass using inherit, as this seems to be the only possible way to access
78+ # secrets defined in an enviornment when using nested workflows.
79+ secrets : inherit # zizmor: ignore[secrets-inherit]
80+ # secrets:
81+ # BOT_APP_ID: "${{ secrets.BOT_APP_ID }}"
82+ # BOT_APP_KEY: "${{ secrets.BOT_APP_KEY }}"
Original file line number Diff line number Diff line change 3636 reset-branch : " ${{ inputs.reset-branch || false }}"
3737 labels : " ${{ inputs.labels || 'doc builds,no_backport' }}"
3838 python-versions : " 3.12"
39- secrets :
40- BOT_APP_ID : " ${{ secrets.BOT_APP_ID }}"
41- BOT_APP_KEY : " ${{ secrets.BOT_APP_KEY }}"
39+ # Pass using inherit, as this seems to be the only possible way to access
40+ # secrets defined in an enviornment when using nested workflows.
41+ secrets : inherit # zizmor: ignore[secrets-inherit]
42+ # secrets:
43+ # BOT_APP_ID: "${{ secrets.BOT_APP_ID }}"
44+ # BOT_APP_KEY: "${{ secrets.BOT_APP_KEY }}"
You can’t perform that action at this time.
0 commit comments