Skip to content

Commit 97cd31b

Browse files
committed
Merge branch 'main' into beta
2 parents b9c243d + bc8b326 commit 97cd31b

File tree

5 files changed

+117
-29
lines changed

5 files changed

+117
-29
lines changed

.github/workflows/add_to_octokit_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
continue-on-error: true
1414
steps:
15-
- uses: actions/add-to-project@v0.6.0
15+
- uses: actions/add-to-project@v1.0.1
1616
with:
1717
project-url: https://github.com/orgs/octokit/projects/10
1818
github-token: ${{ secrets.OCTOKITBOT_PROJECT_ACTION_TOKEN }}

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ name: Release
66
- next
77
- beta
88
- "*.x"
9+
# These are recommended by the semantic-release docs: https://github.com/semantic-release/npm#npm-provenance
10+
permissions:
11+
contents: write # to be able to publish a GitHub release
12+
issues: write # to be able to comment on released issues
13+
pull-requests: write # to be able to comment on released pull requests
14+
id-token: write # to enable use of OIDC for npm provenance
15+
916
jobs:
1017
release:
1118
name: release

package-lock.json

Lines changed: 106 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "@octokit/auth-app",
33
"publishConfig": {
4-
"access": "public"
4+
"access": "public",
5+
"provenance": true
56
},
67
"type": "module",
78
"version": "0.0.0-development",

src/requires-app-auth.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const PATHS = [
88
"/app/installations/{installation_id}",
99
"/app/installations/{installation_id}/access_tokens",
1010
"/app/installations/{installation_id}/suspended",
11+
"/app/installation-requests",
1112
"/marketplace_listing/accounts/{account_id}",
1213
"/marketplace_listing/plan",
1314
"/marketplace_listing/plans",

0 commit comments

Comments
 (0)