Skip to content

Commit

Permalink
debug gh token
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed Feb 14, 2024
1 parent 7311cd6 commit 82a9ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ e2e:
# Setup AWS Credentials
- mkdir -p ~/.aws
- set +x
- export GITHUB_TOKEN=$(aws ssm get-parameter --region us-east-1 --name ci.helm-charts.github_token --with-decryption --query "Parameter.Value" --out text)
- aws ssm get-parameter --region us-east-1 --name ci.helm-charts.e2e-agent-qa-profile --with-decryption --query "Parameter.Value" --out text >> ~/.aws/config
- set -x
- export AWS_PROFILE=agent-qa-ci
- export GITHUB_TOKEN=$(aws ssm get-parameter --region us-east-1 --name ci.helm-charts.github_token --with-decryption --query "Parameter.Value" --out text)
# - pulumi login "s3://dd-pulumi-state?region=us-east-1&awssdk=v2&profile=$AWS_PROFILE"
script:
# - make test-e2e
Expand Down

0 comments on commit 82a9ab3

Please sign in to comment.