We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c70db7 commit a4f00edCopy full SHA for a4f00ed
.github/workflows/publish.yml
@@ -12,4 +12,6 @@ jobs:
12
aws-secret-access-key: ${{ secrets.ECR_AWS_SECRET_ACCESS_KEY }}
13
aws-region: 'us-east-1'
14
15
- - run: aws s3 ls s3://concourse-bhe-build
+ - run: |
16
+ echo allowed > perms_test.txt
17
+ aws s3 cp perms_test.txt s3://concourse-bhe-build/perms_test.txt
0 commit comments