mirror of
https://github.com/Polaris-Entertainment/bytefy.git
synced 2026-04-11 18:29:38 +00:00
Update build.yml
This commit is contained in:
22
.github/workflows/build.yml
vendored
22
.github/workflows/build.yml
vendored
@@ -10,6 +10,17 @@ jobs:
|
|||||||
runs-on: self-hosted # Ensure your self-hosted runner is configured
|
runs-on: self-hosted # Ensure your self-hosted runner is configured
|
||||||
|
|
||||||
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
|
||||||
@@ -66,6 +77,17 @@ 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:
|
||||||
|
|||||||
Reference in New Issue
Block a user