Skip to content

Commit 06dd3b2

Browse files
test ci
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
1 parent 9f1bfaa commit 06dd3b2

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/ci.yaml

+11-1
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,10 @@ 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+
29+
- run: aws s3 ls go-feature-flag

0 commit comments

Comments
 (0)