Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
remove AWS_SESSION_TOKEN from crc-cloud container
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianriobo committed Feb 16, 2023
1 parent 2b5188a commit af148e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/crc-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
-v ${PWD}:/workspace:z \
-e AWS_ACCESS_KEY_ID=${AWS_SECRET_ACCESS_KEY} \
-e AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY} \
-e AWS_SESSION_TOKEN=${AWS_SESSION_TOKEN} \
-e AWS_DEFAULT_REGION=${AWS_DEFAULT_REGION} \
quay.io/crcont/crc-cloud:v0.0.2 \
create aws \
Expand Down Expand Up @@ -68,7 +67,6 @@ jobs:
-v ${PWD}:/workspace:z \
-e AWS_ACCESS_KEY_ID=${AWS_SECRET_ACCESS_KEY} \
-e AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY} \
-e AWS_SESSION_TOKEN=${AWS_SESSION_TOKEN} \
-e AWS_DEFAULT_REGION=${AWS_DEFAULT_REGION} \
quay.io/crcont/crc-cloud:v0.0.2 \
destroy \
Expand Down

0 comments on commit af148e8

Please sign in to comment.