Commit c08b794 1 parent f456852 commit c08b794 Copy full SHA for c08b794
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # ` app-token-action `
1
+ # ` gr2m/github- app-token-action`
2
2
3
3
> GitHub Action for creating a GitHub App Installation Access Token
4
4
19
19
hello-world :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : gr2m/app-token-action@v1
22
+ - uses : gr2m/github- app-token-action@v1
23
23
id : app-token
24
24
with :
25
25
app_id : ${{ vars.APP_ID }}
40
40
with-scoped-token :
41
41
runs-on : ubuntu-latest
42
42
steps :
43
- - uses : gr2m/app-token-action@v1
43
+ - uses : gr2m/github- app-token-action@v1
44
44
id : app-token
45
45
with :
46
46
# required
58
58
auto-format :
59
59
runs-on : ubuntu-latest
60
60
steps :
61
- - uses : gr2m/app-token-action@v1
61
+ - uses : gr2m/github- app-token-action@v1
62
62
id : app-token
63
63
with :
64
64
# required
You can’t perform that action at this time.
0 commit comments