Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
847634eeb3 | ||
|
|
c08b7942e4 |
@@ -1,4 +1,4 @@
|
|||||||
# `app-token-action`
|
# `gr2m/github-app-token-action`
|
||||||
|
|
||||||
> GitHub Action for creating a GitHub App Installation Access Token
|
> GitHub Action for creating a GitHub App Installation Access Token
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
hello-world:
|
hello-world:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: gr2m/app-token-action@v1
|
- uses: gr2m/github-app-token-action@v1
|
||||||
id: app-token
|
id: app-token
|
||||||
with:
|
with:
|
||||||
app_id: ${{ vars.APP_ID }}
|
app_id: ${{ vars.APP_ID }}
|
||||||
@@ -40,7 +40,7 @@ jobs:
|
|||||||
with-scoped-token:
|
with-scoped-token:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: gr2m/app-token-action@v1
|
- uses: gr2m/github-app-token-action@v1
|
||||||
id: app-token
|
id: app-token
|
||||||
with:
|
with:
|
||||||
# required
|
# required
|
||||||
@@ -58,7 +58,7 @@ jobs:
|
|||||||
auto-format:
|
auto-format:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: gr2m/app-token-action@v1
|
- uses: gr2m/github-app-token-action@v1
|
||||||
id: app-token
|
id: app-token
|
||||||
with:
|
with:
|
||||||
# required
|
# required
|
||||||
|
|||||||
@@ -22,6 +22,12 @@
|
|||||||
"branches": [
|
"branches": [
|
||||||
"+([0-9]).x",
|
"+([0-9]).x",
|
||||||
"main"
|
"main"
|
||||||
|
],
|
||||||
|
"plugins": [
|
||||||
|
"@semantic-release/commit-analyzer",
|
||||||
|
"@semantic-release/release-notes-generator",
|
||||||
|
"@semantic-release/github",
|
||||||
|
"semantic-release-plugin-github-breaking-version-tag"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user