Skip to content

Commit

Permalink
remove workflow_call secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
ddabble committed Sep 25, 2023
1 parent ac2065c commit 33d29c3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/_reusable_add-content-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 33d29c3

Please sign in to comment.