Skip to content

Commit 5046f10

Browse files
author
Purshotam patidar
committed
changes for embed
1 parent 63f67fc commit 5046f10

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy-quality.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
build_api:
1313
needs:
1414
- setup_project
15+
permissions:
16+
contents: read
17+
packages: write
18+
deployments: write
1519
# if: ${{ github.event_name == 'push' && (github.event.head_commit.modified || github.event.head_commit.added || github.event.head_commit.removed) && contains(toJSON(github.event.head_commit.modified), 'apps/api/') }}
1620
uses: ./.github/workflows/build-api.yml
1721

0 commit comments

Comments
 (0)