Skip to content

Commit

Permalink
terminate milestone api call (#5864)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 committed Jul 30, 2024
1 parent 165963d commit c1c9875
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,12 @@ jobs:
with:
ref: ${{ inputs.release_branch }}

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
with:
aws-region: us-east-1
role-to-assume: ${{ secrets.AWS_ROLE_MARKETPLACE }}

- name: Publish to AWS Marketplace
uses: nginxinc/aws-marketplace-publish@9f178512e8e7658fe4aab73d1dac15f3f86fb7b4 # v1.0.4
continue-on-error: true
Expand Down

0 comments on commit c1c9875

Please sign in to comment.