We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a066b commit 56cbe48Copy full SHA for 56cbe48
3 files changed
.github/workflows/build-backend-dev.yml
@@ -4,6 +4,10 @@ on:
4
branches:
5
- development
6
7
+permissions:
8
+ contents: write
9
+ packages: write
10
+
11
jobs:
12
build-and-deploy:
13
uses: ./.github/workflows/_build-backend.yml
.github/workflows/build-backend-prd.yml
@@ -3,6 +3,10 @@ on:
3
repository_dispatch:
types: [prd]
.github/workflows/build-backend-stg.yml
types: [stg]
0 commit comments