Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
carlssonk committed Oct 2, 2024
1 parent 4c1e3e5 commit 3236eb4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ jobs:

- name: Checkout
uses: actions/checkout@v4

- name: Allow Bash Scripts
run: find . -type f -name "*.sh" -exec chmod +x {} +

- name: Configure AWS Credentials (OIDC)
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:

- name: Checkout
uses: actions/checkout@v4

- name: Allow Bash Scripts
run: find . -type f -name "*.sh" -exec chmod +x {} +

- name: Configure AWS Credentials (OIDC)
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/remove_tf_state.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Allow Bash Scripts
run: find . -type f -name "*.sh" -exec chmod +x {} +

- name: Configure AWS Credentials (OIDC)
Expand Down

0 comments on commit 3236eb4

Please sign in to comment.