Skip to content

Commit

Permalink
Merge pull request #51 from ProjectPythia/fix-nightly-build
Browse files Browse the repository at this point in the history
Inject secrets in nightly-build
  • Loading branch information
mgrover1 authored Apr 7, 2023
2 parents 10eae7a + 0ec28b2 commit f52887f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/nightly-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ on:
schedule:
- cron: '0 0 * * *' # Daily “At 00:00”

env:
ARM_USERNAME: ${{ secrets.ARM_USERNAME }}
ARM_PASSWORD: ${{ secrets.ARM_PASSWORD }}

jobs:
build:
if: ${{ github.repository_owner == 'ProjectPythia' }}
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
secrets:
ARM_USERNAME: ${{ secrets.ARM_USERNAME }}
ARM_PASSWORD: ${{ secrets.ARM_PASSWORD }}

link-check:
if: ${{ github.repository_owner == 'ProjectPythia' }}
Expand Down

0 comments on commit f52887f

Please sign in to comment.