Skip to content

Commit a01c67e

Browse files
committed
Remove permission check in publish workflows
Signed-off-by: Louis Chemineau <louis@chmn.me>
1 parent d27711b commit a01c67e

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

.github/workflows/doc-publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ jobs:
1010

1111
name: Publish doc
1212
steps:
13-
- name: Check actor permission level
14-
uses: skjnldsv/check-actor-permission@v2
15-
with:
16-
require: admin
17-
1813
- name: Checkout
1914
uses: actions/checkout@v3
2015

.github/workflows/publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ jobs:
88
publish:
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: 🔒​ Check actor permission level
12-
uses: skjnldsv/check-actor-permission@v2
13-
with:
14-
require: admin
15-
1611
- name: 📥​ Checkout
1712
uses: actions/checkout@v3
1813

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/auth",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Nextcloud helpers related to authentication and the current user",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -47,4 +47,4 @@
4747
"node": "^20.0.0",
4848
"npm": "^9.0.0"
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)