From 33d29c32ec2e006f6bdce12fd2eb7c724b10916f Mon Sep 17 00:00:00 2001 From: Anders <6058745+ddabble@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:46:50 +0200 Subject: [PATCH] remove workflow_call secrets --- .github/workflows/_reusable_add-content-to-project.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/_reusable_add-content-to-project.yml b/.github/workflows/_reusable_add-content-to-project.yml index d93091a3c..634f579b8 100644 --- a/.github/workflows/_reusable_add-content-to-project.yml +++ b/.github/workflows/_reusable_add-content-to-project.yml @@ -33,13 +33,6 @@ on: description: "The name of one of the values of the project's (single select) 'Status' field, to set for the added project item" required: true type: string - secrets: - HACKERSPACE_BOT_APP_ID: - description: "The App ID of a GitHub organization app with read and write access to repository contents, issues and pull requests, and organization projects" - required: true - HACKERSPACE_BOT_APP_PEM: - description: "A private key for the app with ID HACKERSPACE_BOT_APP_ID" - required: true jobs: add_content: