Skip to content

fix(README): update action name #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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