Skip to content

Commit

Permalink
chore!: replaces project bot token task by official one
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Jun 19, 2024
1 parent 241618f commit dea4dbe
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 dea4dbe

Please sign in to comment.