Skip to content

Commit 887dabc

Browse files
committed
Fix missing octokit types for production profile
1 parent 0ac8411 commit 887dabc

3 files changed

Lines changed: 5 additions & 9 deletions

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ runs:
6363
-e GITHUB_INSTALLATION_ID="$GITHUB_INSTALLATION_ID" \
6464
-e GITHUB_PRIVATE_KEY="$GITHUB_PRIVATE_KEY" \
6565
-e IGNORED_USERS="$IGNORED_USERS" \
66-
docker.pkg.github.com/remarkable/githubusermanager/githubusermanager:v1.1.8
66+
docker.pkg.github.com/remarkable/githubusermanager/githubusermanager:v1.1.9
6767
shell: bash
6868
env:
6969
GOOGLE_EMAIL_ADDRESS: ${{ inputs.google-email-address }}

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"author": "Chris Nesbitt-Smith",
1313
"license": "MIT",
1414
"devDependencies": {
15-
"@octokit/types": "8.0.0",
1615
"@types/jest": "28.1.8",
1716
"@typescript-eslint/eslint-plugin": "5.40.1",
1817
"@typescript-eslint/parser": "5.40.1",
@@ -26,6 +25,7 @@
2625
"dependencies": {
2726
"@octokit/auth-app": "^4.0.0",
2827
"@octokit/rest": "^19.0.0",
28+
"@octokit/types": "^8.0.0",
2929
"googleapis": "^108.0.0",
3030
"ts-node": "^10.4.0",
3131
"typescript": "^4.5.4"

0 commit comments

Comments
 (0)