Skip to content

Commit

Permalink
Merge pull request #551 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 b372e58 + 4931069 commit c552828
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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/logger",
"version": "2.6.0",
"version": "2.6.1",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c552828

Please sign in to comment.