Skip to content

Commit 7ca3ad1

Browse files
Merge pull request #24 from FireTail-io/hotfix/approval-process
Remove trstringer/manual-approval
2 parents 57b1fd8 + 3db14ed commit 7ca3ad1

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/publish-release.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ jobs:
1313
publish-release:
1414
name: Publish Release
1515

16+
environment: prod
17+
1618
runs-on: ubuntu-latest
1719

1820
permissions:
1921
id-token: write
20-
contents: write
21-
issues: write
22+
contents: read
2223
pull-requests: write
2324

2425
steps:
@@ -28,14 +29,6 @@ jobs:
2829
env:
2930
GITHUB_TOKEN: ${{ github.token }}
3031

31-
- uses: trstringer/manual-approval@a824dad59ac64ac825ab8725599e483e24aa2815
32-
with:
33-
secret: ${{ github.TOKEN }}
34-
approvers: timoruppell,halffinn,rileyfiretail
35-
minimum-approvals: 1
36-
issue-title: "Publish ${{ steps.get_release.outputs.tag_name }} to ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}"
37-
issue-body: "Please approve or deny publishing ${{ steps.get_release.outputs.tag_name }} to ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}."
38-
3932
- name: Configure AWS Credentials
4033
uses: aws-actions/configure-aws-credentials@67fbcbb121271f7775d2e7715933280b06314838
4134
with:

0 commit comments

Comments
 (0)