Skip to content

Commit

Permalink
fix CI (#20)
Browse files Browse the repository at this point in the history
Fix the following Github action error..

```
validation error detected: Value 'GitHubActions-Sage-Bionetworks-IT-packer-ami-template-11112909383'
at 'roleSessionName' failed to satisfy constraint: Member must have length less than or equal to 64
```
  • Loading branch information
zaro0508 authored Sep 30, 2024
1 parent 58106b3 commit a74e231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
aws-region: ${{ env.AWS_REGION }}
role-to-assume: ${{ env.AWS_ROLE_TO_ASSUME }}
role-session-name: GitHubActions-${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}
role-session-name: GA-${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}
role-duration-seconds: 3600
- name: Build and Upload AMI
run: |
Expand Down

0 comments on commit a74e231

Please sign in to comment.