You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if we could deploy the Azure Function contingent on the
presence of the `AZURE_RBAC_CREDENTIALS` secret. However, this is not
possible in GitHub workflows: the job-level `if:` conditions lack access
to the `secrets` context. Strangely enough, they _do_ have access to the
`vars` context...
So let's allow deploying in forks by requiring both the
`AZURE_RBAC_CREDENTIALS` secret as well as a repository _variable_
called `DEPLOY_TO_AZURE` that needs to be set to `true`.
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments