Skip to content

Commit c7daafe

Browse files
test ci
Signed-off-by: Thomas Poignant <[email protected]>
1 parent 9f1bfaa commit c7daafe

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
types: [ opened, synchronize, reopened ]
88

9+
permissions:
10+
id-token: write # This is required for requesting the JWT
11+
contents: read
12+
913
jobs:
1014
lint-flag:
1115
runs-on: ubuntu-latest
@@ -16,4 +20,12 @@ jobs:
1620
- name: data_export_file
1721
uses: go-feature-flag/gofeatureflag-lint-action@v1
1822
with:
19-
flag-file: ./flags/flags.goff.yaml
23+
flag-file: ./flags/flags.goff.yaml
24+
25+
- uses: aws-actions/configure-aws-credentials@v4
26+
with:
27+
aws-region: eu-west-1
28+
role-to-assume: arn:aws:iam::763196386653:role/goff_deployer_role
29+
role-session-name: gha-flags-deployer-session
30+
31+
- run: aws s3 ls go-feature-flag

0 commit comments

Comments
 (0)