Skip to content

Commit

Permalink
Adjust role session name
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanLeRoy committed Dec 4, 2023
1 parent 5853033 commit 003f8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: arn:aws:iam::978220035532:role/bioio_github
role-session-name: bioio-imageio-${{ github.sha }}
role-session-name: bioio-lif-${{ github.sha }}
aws-region: ${{ env.AWS_REGION }}
- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 003f8ab

Please sign in to comment.