Skip to content

Commit

Permalink
Fix the session names
Browse files Browse the repository at this point in the history
  • Loading branch information
dougch committed Oct 17, 2024
1 parent e711a54 commit 8fa9c91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/qns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
with:
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole
role-session-name: S2ntlsGHAS3Session
role-session-name: S2nQuicGHAS3Session
aws-region: us-west-2

- name: Upload to S3
Expand Down Expand Up @@ -309,7 +309,7 @@ jobs:
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
with:
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole
role-session-name: S2ntlsGHAS3Session
role-session-name: S2nQuicGHAS3Session
aws-region: us-west-2

- name: Upload to S3
Expand Down Expand Up @@ -368,7 +368,7 @@ jobs:
if: github.repository == github.event.pull_request.head.repo.full_name
with:
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCEcrRole
role-session-name: S2ntlsGHAECRSession
role-session-name: S2nQuicGHAECRSession
aws-region: us-east-1 # Required for ECR

# authenticate pull to avoid hitting pull quota
Expand Down Expand Up @@ -418,7 +418,7 @@ jobs:
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
with:
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole
role-session-name: S2ntlsGHAS3Session
role-session-name: S2nQuicGHAS3Session
aws-region: us-west-2

- name: Upload results
Expand Down Expand Up @@ -566,7 +566,7 @@ jobs:
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
with:
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole
role-session-name: S2ntlsGHAS3Session
role-session-name: S2nQuicGHAS3Session
aws-region: us-west-2

- name: Upload results
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: aws-actions/[email protected]
with:
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCEcrRole
role-session-name: S2ntlsGHAECRSession
role-session-name: S2nQuicGHAECRSession
aws-region: us-east-1 # Required for ECR

- name: Login to Amazon ECR Public
Expand Down

0 comments on commit 8fa9c91

Please sign in to comment.