From 581efa14cb61fab638014575f89b5917d5293a2d Mon Sep 17 00:00:00 2001 From: Ben C Date: Mon, 11 Jul 2022 13:55:31 -0400 Subject: [PATCH] Get rid of `secrets: inherit` --- .github/workflows/build.yaml | 1 - .github/workflows/update_schemas.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 74e12ba6..3c6a925f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -17,7 +17,6 @@ on: required: false default: "Debug" type: string - secrets: inherit jobs: diff --git a/.github/workflows/update_schemas.yml b/.github/workflows/update_schemas.yml index 65ddffeb..e371e04b 100644 --- a/.github/workflows/update_schemas.yml +++ b/.github/workflows/update_schemas.yml @@ -7,7 +7,6 @@ on: required: true description: 'Name of the artifact to download and check against' type: string - secrets: inherit jobs: update_schemas: