diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 55bf12a61e..c0da421987 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -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