Skip to content

Commit

Permalink
Merge pull request #92 from openedx/dependabot/github_actions/tibdex/…
Browse files Browse the repository at this point in the history
…github-app-token-2

build(deps): bump tibdex/github-app-token from 1 to 2
  • Loading branch information
Feanil Patel authored Sep 11, 2023
2 parents b591039 + a11f615 commit 3968981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-depr-ticket-to-depr-board.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# are defined at the org level
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@v1
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.GITHUB_APP_ID }}
private_key: ${{ secrets.GITHUB_APP_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/add-issue-to-a-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# are defined at the org level
- name: "Generate token"
id: generate_token
uses: tibdex/github-app-token@v1
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.GITHUB_APP_ID }}
private_key: ${{ secrets.GITHUB_APP_PRIVATE_KEY }}
Expand Down

0 comments on commit 3968981

Please sign in to comment.