Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
pull_request:
types: [ opened, synchronize, reopened ]

permissions:
id-token: write # This is required for requesting the JWT
contents: read

jobs:
lint-flag:
runs-on: ubuntu-latest
Expand All @@ -16,4 +20,12 @@ jobs:
- name: data_export_file
uses: go-feature-flag/gofeatureflag-lint-action@v1
with:
flag-file: ./flags/flags.goff.yaml
flag-file: ./flags/flags.goff.yaml

- uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: eu-west-1
role-to-assume: arn:aws:iam::763196386653:role/goff_deployer_role
role-session-name: gha-flags-deployer-session

- run: aws s3 ls go-feature-flag