Skip to content

Commit

Permalink
Merge pull request #131 from ACCESS-NRI/130-proper-secret-containment
Browse files Browse the repository at this point in the history
Proper multiline secret containment
  • Loading branch information
aidanheerdegen authored Jan 8, 2024
2 parents b5beac9 + 32ba90e commit e258fc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dep-image-2-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
build-secrets: |
S3_ACCESS_KEY_ID=${{ secrets.S3_ACCESS_KEY_ID }}
S3_ACCESS_KEY_SECRET=${{ secrets.S3_ACCESS_KEY_SECRET }}
access-nri.priv=${{ secrets.BUILDCACHE_KEY_PRIVATE }}
access-nri.pub=${{ secrets.BUILDCACHE_KEY_PUBLIC }}
"access-nri.priv=${{ secrets.BUILDCACHE_KEY_PRIVATE }}"
"access-nri.pub=${{ secrets.BUILDCACHE_KEY_PUBLIC }}"
dependency-images:
name: Dependency Images
Expand Down

0 comments on commit e258fc2

Please sign in to comment.