Skip to content

Commit

Permalink
Merge branch 'dev' into add-action-to-remove-label-if-issue-is-closed
Browse files Browse the repository at this point in the history
  • Loading branch information
fey101 authored Jun 20, 2024
2 parents 3fb2e69 + 8d4fffc commit 4a3790e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/project-auto-add.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a
uses: actions/create-github-app-token@v1
with:
app_id: ${{ secrets.GRAPHBOT_APP_ID }}
private_key: ${{ secrets.GRAPHBOT_APP_PEM }}
app-id: ${{ secrets.GRAPHBOT_APP_ID }}
private-key: ${{ secrets.GRAPHBOT_APP_PEM }}

- name: Get project data
env:
Expand Down

0 comments on commit 4a3790e

Please sign in to comment.