Skip to content

Commit

Permalink
Add environment secret
Browse files Browse the repository at this point in the history
  • Loading branch information
naman-crabnebula committed Apr 11, 2024
1 parent 8a2fe0f commit 52b989c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

draft:
runs-on: ubuntu-latest

environment: "Init Workflow"
steps:
- uses: actions/checkout@v4

Expand All @@ -25,6 +25,7 @@ jobs:
name: Build [linux]
needs: draft
runs-on: ubuntu-latest # We may want this to be older for wider libc compatibility
environment: "Init Workflow"
steps:
- name: Checkout the repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -74,6 +75,7 @@ jobs:
name: Build [windows]
needs: draft
runs-on: windows-latest
environment: "Init Workflow"
steps:
- name: Checkout the repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -110,6 +112,7 @@ jobs:
name: Build [macos]
needs: draft
runs-on: macos-latest
environment: "Init Workflow"
steps:
- name: Checkout the repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -143,7 +146,7 @@ jobs:
needs: [build-linux, build-windows, build-macos]

runs-on: ubuntu-latest

environment: "Init Workflow"
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 52b989c

Please sign in to comment.