Skip to content

Commit 45220c4

Browse files
committed
remove visibility flag
1 parent 61c8987 commit 45220c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cloud-pods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
5959
run: |
6060
message="Cloud Pod created: sample-cdk-rds on $(date) with workflow run id: ${{ github.run_id }}"
61-
localstack pod save sample-cdk-rds --visibility public --message "$message"
61+
localstack pod save sample-cdk-rds --message "$message"
6262
6363
- name: Show LocalStack Logs
6464
if: always()

0 commit comments

Comments
 (0)