We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d549eb7 commit f0c7d10Copy full SHA for f0c7d10
.github/workflows/add-to-project.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- name: Generate token
12
id: generate_token
13
- uses: tibdex/github-app-token@c2055a00597a80f713b78b1650e8d3418f4d9a65
+ uses: tibdex/github-app-token@v1.7.0
14
with:
15
app_id: ${{ secrets.APP_ID }}
16
private_key: ${{ secrets.APP_PEM }}
.github/workflows/depcheck.yml
@@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v3
17
18
0 commit comments