Skip to content

Commit

Permalink
Merge pull request #768 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 authored Sep 20, 2023
2 parents e02ec0a + 51544f4 commit 1087958
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3

Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ jobs:

name: Build and publish to npm
steps:
- name: Check actor permission level
uses: skjnldsv/check-actor-permission@e591dbfe838300c007028e1219ca82cc26e8d7c5 # v2.1
with:
require: admin

- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/files",
"version": "3.0.0-beta.21",
"version": "3.0.0-beta.22",
"description": "Nextcloud files utils",
"type": "module",
"main": "dist/index.cjs",
Expand Down Expand Up @@ -76,4 +76,4 @@
"is-svg": "^5.0.0",
"webdav": "^5.3.0"
}
}
}

0 comments on commit 1087958

Please sign in to comment.