Releases: guardian/actions-publish-image
Releases · guardian/actions-publish-image
Release list
v0.0.3
What's Changed
This change introduces PR comments and requires the pull-requests: write permission as a result.
Before
permissions:
contents: read
id-token: write
steps:
- name: Publish Image
uses: guardian/actions-publish-image@v0.0.2
id: publish-image
with:
roleArn: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }}
branchName: ${{ needs.facts.outputs.branchName }}
buildNumber: ${{ needs.facts.outputs.buildNumber }}
commitSha: ${{ needs.facts.outputs.commitSha }}After
permissions:
contents: read
id-token: write
pull-requests: write # <-- NEW
steps:
- name: Publish Image
uses: guardian/actions-publish-image@v0.0.3 # <-- NEW
id: publish-image
with:
roleArn: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }}
branchName: ${{ needs.facts.outputs.branchName }}
buildNumber: ${{ needs.facts.outputs.buildNumber }}
commitSha: ${{ needs.facts.outputs.commitSha }}
githubToken: ${{ secrets.GITHUB_TOKEN }} # <-- NEW- chore(deps): Bump aws-actions/configure-aws-credentials from 6.2.0 to 6.2.1 by @dependabot[bot] in #5
- feat: Add PR comment by @akash1810 in #7
- chore(deps): Bump aws-actions/configure-aws-credentials from 6.2.1 to 6.2.3 by @dependabot[bot] in #8
- chore(deps): Bump actions/checkout from 7.0.0 to 7.0.1 by @dependabot[bot] in #10
- chore(deps): Bump @types/node from 24.1.0 to 26.2.0 by @dependabot[bot] in #9
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- chore: Add Dependabot configuration by @akash1810 in #1
- chore(deps): Bump aws-actions/amazon-ecr-login from 2.1.3 to 2.1.6 by @dependabot[bot] in #2
- chore(deps): Bump aws-actions/configure-aws-credentials from 6.1.0 to 6.2.0 by @dependabot[bot] in #3
New Contributors
- @akash1810 made their first contribution in #1
- @dependabot[bot] made their first contribution in #2
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Initial version 🎉.
Full Changelog: https://github.com/guardian/actions-publish-image/commits/v0.0.1