Skip to content

Commit

Permalink
add sst account to e2e yml config
Browse files Browse the repository at this point in the history
  • Loading branch information
khuezy committed Aug 27, 2023
1 parent 5a7a64e commit f7112bb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
pull_request:
types: [opened, synchronize]

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

env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
PLAYWRIGHT_BROWSERS_PATH: 0
Expand All @@ -18,6 +22,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: configure aws credentials
uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: arn:aws:iam::918074996169:role/GitHub
aws-region: us-east-1

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
Expand Down

0 comments on commit f7112bb

Please sign in to comment.