From ac2065cf3cc61255a5d4b88ef18309966bacc9d6 Mon Sep 17 00:00:00 2001 From: Anders <6058745+ddabble@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:45:45 +0200 Subject: [PATCH] remove secret type --- .github/workflows/_reusable_add-content-to-project.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/_reusable_add-content-to-project.yml b/.github/workflows/_reusable_add-content-to-project.yml index 2c733c862..d93091a3c 100644 --- a/.github/workflows/_reusable_add-content-to-project.yml +++ b/.github/workflows/_reusable_add-content-to-project.yml @@ -37,11 +37,9 @@ on: 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 - type: string HACKERSPACE_BOT_APP_PEM: description: "A private key for the app with ID HACKERSPACE_BOT_APP_ID" required: true - type: string jobs: add_content: