Skip to content

Commit

Permalink
Adding Secrets and Env Variables in Github and referencing it in buil…
Browse files Browse the repository at this point in the history
…d.yaml
  • Loading branch information
mahen-n committed Feb 4, 2024
1 parent a316f9f commit 186954f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
run: |
ls -lrt ${{steps.download-artifact.outputs.download-path}}
echo ARTIFACT_AWS_S3_PATH ${{ vars.ARTIFACT_AWS_S3_PATH }}
aws s3 sync ${{steps.download-artifact.outputs.download-path}} ${{ vars.ARTIFACT_AWS_S3_PATH }}
aws s3 ls ${{ vars.ARTIFACT_AWS_S3_PATH }}
echo ARTIFACT_AWS_S3_PATH ${{ vars.AWS_S3_PATH }}
aws s3 sync ${{steps.download-artifact.outputs.download-path}} ${{ vars.AWS_S3_PATH }}
aws s3 ls ${{ vars.AWS_S3_PATH }}
echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit 186954f

Please sign in to comment.