Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-codefresh committed Jan 10, 2024
2 parents b06b870 + fe9c49d commit aed8822
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion incubating/obtain-oidc-id-token/step.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '1.0'
kind: step-type
metadata:
version: 1.2.3
version: 1.2.2
name: obtain-oidc-id-token
description: >-
Obtain ID token from Codefresh OIDC Provider
Expand Down Expand Up @@ -107,12 +107,20 @@ spec:
steps:
main:
name: obtain-oidc-id-token
<<<<<<< HEAD
image: quay.io/codefreshplugins/curl-jq
=======
image: quay.io/ferdi/ci-utils:latest
>>>>>>> fe9c49d31dd0ff42ca0987bc7ea9f6ebd153910b
environment:
- 'AUDIENCE=${{AUDIENCE}}'
commands:
- |
<<<<<<< HEAD

=======

>>>>>>> fe9c49d31dd0ff42ca0987bc7ea9f6ebd153910b
URL="$CF_OIDC_REQUEST_URL"

# This means that audience was provided by the user
Expand Down

0 comments on commit aed8822

Please sign in to comment.