Update build.yml

This commit is contained in:
2024-10-26 22:43:47 +02:00
committed by GitHub
parent e889c00b3a
commit 892ac2cff5

View File

@@ -8,19 +8,8 @@ on:
jobs: jobs:
build: build:
runs-on: self-hosted # Ensure your self-hosted runner is configured runs-on: self-hosted # Ensure your self-hosted runner is configured
environment: 'prod'
steps: 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 - name: Get Current User
run: | run: |
$env:USERNAME $env:USERNAME
@@ -77,17 +66,6 @@ jobs:
needs: build needs: build
steps: 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 - name: Download .NET Artifacts
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with: