Skip to content

Commit

Permalink
fix: added note about downloadability of credentials with dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanholsteijn committed Sep 11, 2023
1 parent cb00781 commit 2f69855
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/cmd/dotenv/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ The following gitlab-ci.yml snippets shows the usage of the dotenv command:
script:
- gitlab-aws-credential-helper dotenv
artifacts:
expire_in: 1 hour
reports:
dotenv: .gitlab-aws-credentials.env
Expand All @@ -60,6 +61,8 @@ The following gitlab-ci.yml snippets shows the usage of the dotenv command:
- aws sts get-caller-identity
needs:
- get-aws-credentials
Note that the dotenv file with the credentials will be available for download from the pipeline artifacts.
`,
},
},
Expand Down

0 comments on commit 2f69855

Please sign in to comment.