We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1bfaa commit c7daafeCopy full SHA for c7daafe
.github/workflows/ci.yaml
@@ -6,6 +6,10 @@ on:
6
pull_request:
7
types: [ opened, synchronize, reopened ]
8
9
+permissions:
10
+ id-token: write # This is required for requesting the JWT
11
+ contents: read
12
+
13
jobs:
14
lint-flag:
15
runs-on: ubuntu-latest
@@ -16,4 +20,12 @@ jobs:
16
20
- name: data_export_file
17
21
uses: go-feature-flag/gofeatureflag-lint-action@v1
18
22
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