Skip to content

Commit

Permalink
Merge pull request #153 from seqeralabs/codecommit_credentials
Browse files Browse the repository at this point in the history
add code commit credentials to examples
  • Loading branch information
ejseqera authored Jul 16, 2024
2 parents 60efe63 + 843032f commit a81a468
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions templates/credentials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,10 @@ credentials:
storage-key: '$AZURE_STORAGE_KEY' # required
storage-name: 'my_storage_name' # required
overwrite: True # optional
- type: 'codecommit' # required
name: 'codecommit_credentials' # required
workspace: 'my_organization/my_workspace' # required
access-key: '$CODECOMMIT_USER' # required
secret-key: '$CODECOMMIT_PASSWORD' # required
base-url: '$CODECOMMIT_BASEURL' # optional
overwrite: False # optional

0 comments on commit a81a468

Please sign in to comment.