Skip to content

Commit

Permalink
Set required secrets as workflow parameters
Browse files Browse the repository at this point in the history
This makes it easier to see which secrets the workflow uses.
  • Loading branch information
ddabble committed Sep 25, 2023
1 parent ef4050b commit 6d5b15d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/_reusable_add-content-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ 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 6d5b15d

Please sign in to comment.