Merge pull request #4 from DeterminateSystems/cole-h-patch-1

release-branches: inherit secrets
This commit is contained in:
Eelco Dolstra 2023-12-14 21:41:57 +01:00 committed by GitHub
commit 3a111c9404
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,7 @@ on:
jobs: jobs:
build: build:
uses: ./.github/workflows/build.yaml uses: ./.github/workflows/build.yaml
secrets: inherit
release: release:
needs: build needs: build