Skip to content

Commit

Permalink
Update oidc-test.yaml
Browse files Browse the repository at this point in the history
See if this works real quick..
  • Loading branch information
JenGoldstrich authored Sep 6, 2023
1 parent 2a8c9eb commit 3140920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/oidc-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
secrets-check:
runs-on: ubuntu-latest
outputs:
available: "${{ steps.check-secrets.outputs.available }}"
available: ${{ steps.check-secrets.outputs.available }}
steps:
# we check for the ACTIONS_ID_TOKEN_REQUEST_URL variable as a proxy for other secrets
# it will be unset when running for a PR from a fork
Expand Down

0 comments on commit 3140920

Please sign in to comment.