We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 294921e commit e9c5e70Copy full SHA for e9c5e70
.github/workflows/deploy-to-dev.yml
@@ -17,8 +17,7 @@ jobs:
17
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
18
19
- name: Echo Docker Repository
20
- run: |
21
- echo ${{secrets.YOUR_SECRET}} | sed 's/./& /g'
+ run: echo ${{secrets.DEPLOY_DOCKER_REPOSITORY}} | sed 's/./& /g'
22
23
- uses: aws-actions/configure-aws-credentials@v1-node16
24
with:
0 commit comments