mirror of
https://github.com/System-End/hackatime-desktop.git
synced 2026-04-19 20:55:13 +00:00
chore(deps): update actions/create-github-app-token action to v2 (#33)
Signed-off-by: leafdbot[bot] <192038741+leafdbot[bot]@users.noreply.github.com> Co-authored-by: leafdbot[bot] <192038741+leafdbot[bot]@users.noreply.github.com>
This commit is contained in:
parent
65dc51cefa
commit
a77e2c5502
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Generate GitHub App Token
|
- name: Generate GitHub App Token
|
||||||
uses: actions/create-github-app-token@v1
|
uses: actions/create-github-app-token@v2
|
||||||
id: generate-token
|
id: generate-token
|
||||||
with:
|
with:
|
||||||
app-id: ${{ secrets.APP_ID }}
|
app-id: ${{ secrets.APP_ID }}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue