Skip to content

Commit

Permalink
fix: trim role-session-name to less than 64 characters (#12855)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikburt authored Apr 17, 2024
1 parent 6dd1ef7 commit af2a30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser-build-publish-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
role-duration-seconds: ${{ secrets.AWS_ROLE_DURATION_SECONDS }}
aws-region: ${{ secrets.AWS_REGION }}
mask-aws-account-id: true
role-session-name: goreleaser-build-publish-chainlink.push-chainlink-develop-goreleaser
role-session-name: goreleaser-build-publish-chainlink.push-develop
- name: Build, sign, and publish image
id: build-sign-publish
uses: ./.github/actions/goreleaser-build-sign-publish
Expand Down

0 comments on commit af2a30d

Please sign in to comment.