Skip to content

Commit 022689f

Browse files
Merge pull request #6 from Intelliflo/add-dev-s3
chore: Update policies
2 parents 2302b9f + 5d92d71 commit 022689f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: apk add --no-cache tar
4848
continue-on-error: true
4949
- if: contains(matrix.terraform, '1.5.')
50-
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
50+
uses: actions/cache@v4
5151
name: Cache TFLint plugin dir
5252
with:
5353
path: ~/.tflint.d/plugins

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
python-version: 3.x
6767
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
68-
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
68+
- uses: actions/cache@v4
6969
with:
7070
key: mkdocs-material-${{ env.cache_id }}
7171
path: .cache

modules/runners/policies-custom.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ resource "aws_iam_role_policy" "gh_artifacts_bucket" {
1717
]
1818
Effect = "Allow"
1919
Resource = [
20+
"arn:aws:s3:::dev-github-ci-loop-artifacts/*",
21+
"arn:aws:s3:::dev-github-ci-loop-artifacts",
2022
"arn:aws:s3:::github-ci-loop-artifacts/*",
2123
"arn:aws:s3:::github-ci-loop-artifacts",
2224
"arn:aws:s3:::dev-github-ci-loop-artifacts/*",

0 commit comments

Comments
 (0)