Skip to content

Commit 84bf6e6

Browse files
committed
feat: Support all APIs required by Casbin Editor
1 parent 15d16ac commit 84bf6e6

3 files changed

Lines changed: 3 additions & 32 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
9292
- name: Semantic Release
9393
env:
94-
#GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
95-
GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}
94+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
95+
#GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}
9696
#PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
9797
run: npx semantic-release

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"branches": ["master"],
3-
"repositoryUrl":"https://github.com/Kevinkwok-hub/casbin-python-cli",
3+
"repositoryUrl":"https://github.com/casbin/casbin-python-cli",
44
"plugins": [
55
"@semantic-release/commit-analyzer",
66
"@semantic-release/release-notes-generator",

debug_batch_enforce.py

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)