Skip to content

Commit

Permalink
feat: update endpoints (#604)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: require owner/repo instead of repository_id for environment secrets and variables endpoints
  • Loading branch information
wolfy1339 committed Apr 6, 2024
1 parent 763b0fe commit e8c5edc
Show file tree
Hide file tree
Showing 5 changed files with 373 additions and 79 deletions.
228 changes: 209 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -27,7 +27,7 @@
],
"license": "MIT",
"dependencies": {
"@octokit/types": "^12.6.0"
"@octokit/types": "^13.0.0"
},
"peerDependencies": {
"@octokit/core": ">=6"
Expand Down

0 comments on commit e8c5edc

Please sign in to comment.