Skip to content

Commit

Permalink
fix: generate valid role-session-name
Browse files Browse the repository at this point in the history
  • Loading branch information
tosuke committed Feb 29, 2024
1 parent f021783 commit dd293f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.ROLE_TO_ASSUME }}
role-session-name: "mackerel-sql-metric-collector:${{ github.run_id }}-${{ github.run_number }}"
role-session-name: "mackerel-sql-metric-collector-${{ github.run_id }}-${{ github.run_number }}"
aws-region: ap-northeast-1
- name: Login to Public ECR
uses: docker/login-action@v3
Expand Down

0 comments on commit dd293f2

Please sign in to comment.