Revert "Revert 15 revert 14 main (#20)" (#21)

This reverts commit e6d8dfc0d1.
This commit is contained in:
Whatisthis-dot 2025-03-23 11:41:35 +07:00 committed by GitHub
parent e6d8dfc0d1
commit d2b4a21cf7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View File

@ -30,7 +30,7 @@ jobs:
id-token: write
steps:
- uses: hmarr/debug-action@v3
- uses: hmarr/debug-action@v2
- name: Request OIDC Token
run: |

6
package-lock.json generated
View File

@ -1575,7 +1575,9 @@
"license": "MIT"
},
"node_modules/@octokit/plugin-paginate-rest": {
"version": "9.2.0",
"version": "9.2.2",
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-9.2.2.tgz",
"integrity": "sha512-u3KYkGF7GcZnSD/3UP0S7K5XUFT2FkOQdcfXZGZQPGv3lm4F2Xbf71lvjldr8c1H3nNbF+33cLEkWYbokGWqiQ==",
"license": "MIT",
"dependencies": {
"@octokit/types": "^12.6.0"
@ -1584,7 +1586,7 @@
"node": ">= 18"
},
"peerDependencies": {
"@octokit/core": ">=5"
"@octokit/core": "5"
}
},
"node_modules/@octokit/plugin-rest-endpoint-methods": {