Skip to content

Commit

Permalink
Merge pull request #331 from nextcloud-libraries/artonge/remove_permi…
Browse files Browse the repository at this point in the history
…ssion_check

Remove permission check in publish workflows
  • Loading branch information
artonge committed Sep 20, 2023
2 parents 5194aa1 + f524343 commit 4ec868f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/documentation.yml
Expand Up @@ -11,13 +11,6 @@ jobs:

name: Build and deploy
steps:
- name: Check actor permission level
# Only allow admin to deploy on release
if: github.event.release
uses: skjnldsv/check-actor-permission@e591dbfe838300c007028e1219ca82cc26e8d7c5 # v2
with:
require: admin

- name: Checkout
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3.5.2

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/cypress",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"description": "Nextcloud cypress commands, utils and selectors library",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down

0 comments on commit 4ec868f

Please sign in to comment.