Skip to content

Commit

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

Remove permission check in publish workflows
  • Loading branch information
artonge committed Sep 20, 2023
2 parents d27711b + a01c67e commit 0022ff3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/doc-publish.yml
Expand Up @@ -10,11 +10,6 @@ jobs:

name: Publish doc
steps:
- name: Check actor permission level
uses: skjnldsv/check-actor-permission@v2
with:
require: admin

- name: Checkout
uses: actions/checkout@v3

Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/publish.yml
Expand Up @@ -8,11 +8,6 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: 🔒​ Check actor permission level
uses: skjnldsv/check-actor-permission@v2
with:
require: admin

- name: 📥​ Checkout
uses: actions/checkout@v3

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/auth",
"version": "2.2.0",
"version": "2.2.1",
"description": "Nextcloud helpers related to authentication and the current user",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -47,4 +47,4 @@
"node": "^20.0.0",
"npm": "^9.0.0"
}
}
}

0 comments on commit 0022ff3

Please sign in to comment.