Skip to content

Commit

Permalink
fix: add permission check 6
Browse files Browse the repository at this point in the history
  • Loading branch information
popovevgen committed Jan 26, 2024
1 parent ad440ef commit 7d8b0b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-pre-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:

steps:
- name: 'Check repository permission for user'
uses: actions-cool/check-user-permission@main
id: permission
uses: sushichop/action-repository-permission@v1
with:
require: admin
required-permission: admin

- name: 'Setup Node.js v20'
uses: actions/setup-node@v4
Expand Down

0 comments on commit 7d8b0b7

Please sign in to comment.