Skip to content

Commit

Permalink
Surrounded multiline access-nri.priv/pub key files in quotes so they …
Browse files Browse the repository at this point in the history
…are parsed correctly
  • Loading branch information
CodeGat committed Jan 8, 2024
1 parent b5beac9 commit 32ba90e
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 32ba90e

Please sign in to comment.