Skip to content

Commit

Permalink
fix IAM policy filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCatLady committed Feb 26, 2024
1 parent a69a175 commit 0510704
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
shell: bash
working-directory: ./docs.fix.security/iam/aws
run: |
wget -qO ResotoOrgList.json https://cdn.some.engineering/fix/aws/edge/FixOrgList.json
wget -qO ResotoCollect.json https://cdn.some.engineering/fix/aws/edge/FixCollect.json
wget -qO FixOrgList.json https://cdn.some.engineering/fix/aws/edge/FixOrgList.json
wget -qO FixCollect.json https://cdn.some.engineering/fix/aws/edge/FixCollect.json
- name: Wait for GCP policies to be uploaded
if: github.event_name != 'workflow_dispatch'
Expand All @@ -57,7 +57,7 @@ jobs:
shell: bash
working-directory: ./docs.fix.security/iam/gcp
run: |
wget -qO resoto_access.json https://cdn.some.engineering/fix/gcp/edge/fix_access.json
wget -qO fix_access.json https://cdn.some.engineering/fix/gcp/edge/fix_access.json
- name: Clean existing Kroki images
shell: bash
Expand Down Expand Up @@ -138,9 +138,9 @@ jobs:
shell: bash
working-directory: ./resoto.com/iam/aws/edge
run: |
wget -qO FixOrgList.json https://cdn.some.engineering/fix/aws/edge/FixOrgList.json
wget -qO FixCollect.json https://cdn.some.engineering/fix/aws/edge/FixCollect.json
wget -qO FixMutate.json https://cdn.some.engineering/fix/aws/edge/FixMutate.json
wget -qO ResotoOrgList.json https://cdn.some.engineering/fix/aws/edge/FixOrgList.json
wget -qO ResotoCollect.json https://cdn.some.engineering/fix/aws/edge/FixCollect.json
wget -qO ResotoMutate.json https://cdn.some.engineering/fix/aws/edge/FixMutate.json
- name: Wait for GCP policies to be uploaded
if: github.event_name != 'workflow_dispatch'
Expand All @@ -154,8 +154,8 @@ jobs:
shell: bash
working-directory: ./resoto.com/iam/gcp/edge
run: |
wget -qO fix_access.json https://cdn.some.engineering/fix/gcp/edge/fix_access.json
wget -qO fix_mutate.json https://cdn.some.engineering/fix/gcp/edge/fix_mutate.json
wget -qO resoto_access.json https://cdn.some.engineering/fix/gcp/edge/fix_access.json
wget -qO resoto_mutate.json https://cdn.some.engineering/fix/gcp/edge/fix_mutate.json
- name: Clean existing Kroki images
if: github.event_name == 'workflow_dispatch' # only when triggered manually
Expand Down

0 comments on commit 0510704

Please sign in to comment.