We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f456852 commit c08b794Copy full SHA for c08b794
README.md
@@ -1,4 +1,4 @@
1
-# `app-token-action`
+# `gr2m/github-app-token-action`
2
3
> GitHub Action for creating a GitHub App Installation Access Token
4
@@ -19,7 +19,7 @@ jobs:
19
hello-world:
20
runs-on: ubuntu-latest
21
steps:
22
- - uses: gr2m/app-token-action@v1
+ - uses: gr2m/github-app-token-action@v1
23
id: app-token
24
with:
25
app_id: ${{ vars.APP_ID }}
@@ -40,7 +40,7 @@ jobs:
40
with-scoped-token:
41
42
43
44
45
46
# required
@@ -58,7 +58,7 @@ jobs:
58
auto-format:
59
60
61
62
63
64
0 commit comments