Skip to content

Commit

Permalink
Multiline passing in issues
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckinghamAJ committed May 20, 2024
1 parent 22c407e commit 2d2ebe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/srt-api:dev-${{ steps.current-time.outputs.formattedTime }}
build-args: |
SNYK_TOKEN=${{ secrets.SNYK_TOKEN }}
LOGIN_PRIVATE_KEY=${{ secrets.LOGIN_PRIVATE_DEV_KEY }}
"SNYK_TOKEN=${{ secrets.SNYK_TOKEN }}"
"LOGIN_PRIVATE_KEY=${{ secrets.LOGIN_PRIVATE_DEV_KEY }}"
cloudgov:
name: Deploying to Cloud.gov
Expand Down

0 comments on commit 2d2ebe7

Please sign in to comment.