mirror of
https://github.com/NixOS/nix.git
synced 2025-11-18 08:19:35 +01:00
Maybe this helps
This commit is contained in:
parent
37071b2d2d
commit
b96c3e4657
2 changed files with 4 additions and 6 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
|
@ -33,14 +33,11 @@ on:
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: false
|
||||||
type: boolean
|
type: boolean
|
||||||
|
secrets:
|
||||||
manual_netlify_auth_token:
|
manual_netlify_auth_token:
|
||||||
required: false
|
required: false
|
||||||
default: ""
|
|
||||||
type: string
|
|
||||||
manual_netlify_site_id:
|
manual_netlify_site_id:
|
||||||
required: false
|
required: false
|
||||||
default: ""
|
|
||||||
type: string
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
@ -205,8 +202,8 @@ jobs:
|
||||||
enable-commit-status: true
|
enable-commit-status: true
|
||||||
overwrites-pull-request-comment: true
|
overwrites-pull-request-comment: true
|
||||||
env:
|
env:
|
||||||
NETLIFY_AUTH_TOKEN: ${{ inputs.manual_netlify_auth_token }}
|
NETLIFY_AUTH_TOKEN: ${{ secrets.manual_netlify_auth_token }}
|
||||||
NETLIFY_SITE_ID: ${{ inputs.manual_netlify_site_id }}
|
NETLIFY_SITE_ID: ${{ secrets.manual_netlify_site_id }}
|
||||||
|
|
||||||
success:
|
success:
|
||||||
needs:
|
needs:
|
||||||
|
|
|
||||||
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -42,6 +42,7 @@ jobs:
|
||||||
run_vm_tests: true
|
run_vm_tests: true
|
||||||
run_regression_tests: true
|
run_regression_tests: true
|
||||||
publish_manual: true
|
publish_manual: true
|
||||||
|
secrets:
|
||||||
manual_netlify_auth_token: ${{ secrets.NETLIFY_AUTH_TOKEN }}
|
manual_netlify_auth_token: ${{ secrets.NETLIFY_AUTH_TOKEN }}
|
||||||
manual_netlify_site_id: ${{ secrets.NETLIFY_SITE_ID }}
|
manual_netlify_site_id: ${{ secrets.NETLIFY_SITE_ID }}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue