Skip to content

Commit a4f00ed

Browse files
committed
chore: try file
1 parent 8c70db7 commit a4f00ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ jobs:
1212
aws-secret-access-key: ${{ secrets.ECR_AWS_SECRET_ACCESS_KEY }}
1313
aws-region: 'us-east-1'
1414

15-
- run: aws s3 ls s3://concourse-bhe-build
15+
- run: |
16+
echo allowed > perms_test.txt
17+
aws s3 cp perms_test.txt s3://concourse-bhe-build/perms_test.txt

0 commit comments

Comments
 (0)