Skip to content

Commit

Permalink
add deploy permission policy
Browse files Browse the repository at this point in the history
  • Loading branch information
zhelvis committed Jun 17, 2024
1 parent 1affbda commit 3cfb857
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
16 changes: 16 additions & 0 deletions bamboo-specs/adguard-api-mv3-permission.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
version: 2
deployment:
name: Adguard API MV3 - deploy
deployment-permissions:
- groups:
- extensions-developers
permissions:
- view
environment-permissions:
- npmjs:
- groups:
- extensions-developers
permissions:
- view
- deploy
6 changes: 6 additions & 0 deletions bamboo-specs/bamboo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@
---
!include 'adguard-api-mv3-increment.yaml'

---
!include 'adguard-api-mv3-permissions.yaml'

---
!include 'dnr-rulesets-build.yaml'

Expand All @@ -112,5 +115,8 @@
---
!include 'dnr-rulesets-increment.yaml'

---
!include 'dnr-rulesets-permissions.yaml'

---
!include 'examples-adguard-api-mv3-tests.yaml'
16 changes: 16 additions & 0 deletions bamboo-specs/dnr-rulesets-permissions.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
version: 2
deployment:
name: DNR Rulesets - deploy
deployment-permissions:
- groups:
- extensions-developers
permissions:
- view
environment-permissions:
- npmjs:
- groups:
- extensions-developers
permissions:
- view
- deploy

0 comments on commit 3cfb857

Please sign in to comment.