Skip to content

Commit 98bf1dc

Browse files
authored
Merge branch 'develop' into patch-2
2 parents 0c329c8 + 943c3f6 commit 98bf1dc

File tree

10 files changed

+1121
-2627
lines changed

10 files changed

+1121
-2627
lines changed

.github/workflows/build-docker-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Build Docker Image
2+
permissions:
3+
contents: read
24
on:
35
workflow_dispatch:
46
pull_request:

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Build
2+
permissions:
3+
contents: read
24
on:
35
workflow_dispatch:
46
pull_request:

.github/workflows/check-changes-to-env.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
name: Check Changes to Env
2+
permissions:
3+
contents: read
4+
pull-requests: read
5+
issues: write
26
on:
37
pull_request:
48
types: [opened, synchronize]

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Lint
2+
permissions:
3+
contents: read
24
on:
35
workflow_dispatch:
46
pull_request:

.github/workflows/run-unit-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Run Unit Tests
2+
permissions:
3+
contents: read
24
on:
35
workflow_dispatch:
46
pull_request:

.github/workflows/test-sql-queries.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Test SQL Queries
2+
permissions:
3+
contents: read
24
on:
35
workflow_dispatch:
46
pull_request:

0 commit comments

Comments
 (0)