Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(CI): Remove permission check the Org is permitted now #4464

Merged
merged 1 commit into from Aug 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/command-l10n-update.yml
Expand Up @@ -15,11 +15,6 @@ jobs:
head_ref: ${{ steps.comment-branch.outputs.head_ref }}

steps:
- name: Check actor permission
uses: skjnldsv/check-actor-permission@v2
with:
require: write

- name: Add reaction on start
uses: peter-evans/create-or-update-comment@v3
with:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/npm-publish.yml
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