Skip to content

Commit

Permalink
fix(README): update action name (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jun 15, 2023
1 parent f456852 commit c08b794
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `app-token-action`
# `gr2m/github-app-token-action`

> GitHub Action for creating a GitHub App Installation Access Token
Expand All @@ -19,7 +19,7 @@ jobs:
hello-world:
runs-on: ubuntu-latest
steps:
- uses: gr2m/app-token-action@v1
- uses: gr2m/github-app-token-action@v1
id: app-token
with:
app_id: ${{ vars.APP_ID }}
Expand All @@ -40,7 +40,7 @@ jobs:
with-scoped-token:
runs-on: ubuntu-latest
steps:
- uses: gr2m/app-token-action@v1
- uses: gr2m/github-app-token-action@v1
id: app-token
with:
# required
Expand All @@ -58,7 +58,7 @@ jobs:
auto-format:
runs-on: ubuntu-latest
steps:
- uses: gr2m/app-token-action@v1
- uses: gr2m/github-app-token-action@v1
id: app-token
with:
# required
Expand Down

0 comments on commit c08b794

Please sign in to comment.