Inherit secrets in update job

This commit is contained in:
lleyton
2022-11-04 15:49:09 -07:00
committed by GitHub
parent d1ce8978bd
commit 177badd996
+1 -1
View File
@@ -6,7 +6,6 @@ on:
schedule:
- cron: "0 */2 * * *"
workflow_dispatch:
jobs:
autoupdate:
@@ -44,3 +43,4 @@ jobs:
needs: autoupdate
if: needs.autoupdate.outputs.updated
uses: ./.github/workflows/autobuild.yml
secrets: inherit