Skip to content

Commit

Permalink
Use correct commit (#4723)
Browse files Browse the repository at this point in the history
* Remove most of the grafanabot references.

* Use correct commit
  • Loading branch information
mattdurham authored and clayton-cornell committed Aug 14, 2023
1 parent d447baa commit 18b130a
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-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@1c002dd
uses: tibdex/github-app-token@c2055a0
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PEM }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/depcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v3
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@1c002dd
uses: tibdex/github-app-token@c2055a0
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PEM }}
Expand Down

0 comments on commit 18b130a

Please sign in to comment.