Skip to content

Commit 4ec868f

Browse files
authored
Merge pull request #331 from nextcloud-libraries/artonge/remove_permission_check
Remove permission check in publish workflows
2 parents 5194aa1 + f524343 commit 4ec868f

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/documentation.yml

-7
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@ jobs:
1111

1212
name: Build and deploy
1313
steps:
14-
- name: Check actor permission level
15-
# Only allow admin to deploy on release
16-
if: github.event.release
17-
uses: skjnldsv/check-actor-permission@e591dbfe838300c007028e1219ca82cc26e8d7c5 # v2
18-
with:
19-
require: admin
20-
2114
- name: Checkout
2215
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3.5.2
2316

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/cypress",
3-
"version": "1.0.0-beta.5",
3+
"version": "1.0.0-beta.6",
44
"description": "Nextcloud cypress commands, utils and selectors library",
55
"main": "dist/index.cjs",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)