Skip to content

Commit

Permalink
Merge pull request #234 from hackerspace-ntnu/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/dev/tibdex/github-app-token-2.1.0

👷(deps): Bump tibdex/github-app-token from 2.0.0 to 2.1.0
  • Loading branch information
ddabble authored Sep 25, 2023
2 parents 39e1d2a + 6d5b15d commit 5635adc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .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 All @@ -41,7 +48,7 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@0914d50df753bbc42180d982a6550f195390069f # v2.0.0
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
with:
app_id: ${{ secrets.HACKERSPACE_BOT_APP_ID }}
private_key: ${{ secrets.HACKERSPACE_BOT_APP_PEM }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-release-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@0914d50df753bbc42180d982a6550f195390069f # v2.0.0
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
with:
app_id: ${{ secrets.HACKERSPACE_BOT_APP_ID }}
private_key: ${{ secrets.HACKERSPACE_BOT_APP_PEM }}
Expand Down

0 comments on commit 5635adc

Please sign in to comment.