Skip to content

Commit

Permalink
Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
fwang committed Aug 29, 2023
1 parent 2a93ec7 commit 86711e7
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/aws.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
name: AWS Tests

on:
push

env:
AWS_REGION : "us-east-1"
on: push

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

jobs:
S3PackageUpload:
Expand All @@ -20,7 +16,6 @@ jobs:
uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: arn:aws:iam::918074996169:role/GitHub
role-session-name: samplerolesession
aws-region: ${{ env.AWS_REGION }}
- name: List s3 buckets
run: aws s3 ls
aws-region: us-east-1
- name: List s3 buckets
run: aws s3 ls

0 comments on commit 86711e7

Please sign in to comment.