mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-08 20:57:38 +00:00
Inherit secrets in update job
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user