Skip to content

Commit

Permalink
fix incorrect yq command (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-luna-valero authored Sep 18, 2024
1 parent 2538384 commit c3ab07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ EOF

# get access token for motley-cue
CLIENT_ID=$(yq -r '.checkin.client_id' <secrets.yaml)
CLIENT_SECRET=$(yq -r '.checkin.client_id' <secrets.yaml)
CLIENT_SECRET=$(yq -r '.checkin.client_secret' <secrets.yaml)
SCOPE="openid%20email%20profile%20voperson_id"
SCOPE="$SCOPE%20eduperson_entitlement:urn:mace:egi.eu:group:cloud.egi.eu:role=vm_operator#aai.egi.eu"
SCOPE="$SCOPE%20eduperson_entitlement:urn:mace:egi.eu:group:cloud.egi.eu:role=member#aai.egi.eu"
Expand Down

0 comments on commit c3ab07c

Please sign in to comment.