Update build.yml

This commit is contained in:
2024-10-26 22:39:32 +02:00
committed by GitHub
parent 3920f5485c
commit e889c00b3a

View File

@@ -10,6 +10,17 @@ jobs:
runs-on: self-hosted # Ensure your self-hosted runner is configured
steps:
- uses: trstringer/manual-approval@v1
with:
secret: ${{ github.TOKEN }}
approvers: Myxelium
minimum-approvals: 1
issue-title: "Deploying v1.3.5 to prod from staging"
issue-body: "Please approve or deny the deployment of version v1.3.5."
exclude-workflow-initiator-as-approver: false
additional-approved-words: ''
additional-denied-words: ''
- name: Get Current User
run: |
$env:USERNAME
@@ -66,6 +77,17 @@ jobs:
needs: build
steps:
- uses: trstringer/manual-approval@v1
with:
secret: ${{ github.TOKEN }}
approvers: Myxelium
minimum-approvals: 1
issue-title: "Deploying v1.3.5 to prod from staging"
issue-body: "Please approve or deny the deployment of version v1.3.5."
exclude-workflow-initiator-as-approver: false
additional-approved-words: ''
additional-denied-words: ''
- name: Download .NET Artifacts
uses: actions/download-artifact@v3
with: