Skip to content

Commit aea85f2

Browse files
add permissions
1 parent 1dcafb4 commit aea85f2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/tinybird-cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111

1212
concurrency: ${{ github.workflow }}-${{ github.event.ref }}
1313

14+
permissions:
15+
contents: read
16+
1417
jobs:
1518
cd:
1619
name: Deploy

.github/workflows/tinybird-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212

1313
concurrency: ${{ github.workflow }}-${{ github.event.pull_request.number }}
1414

15+
permissions:
16+
contents: read
17+
1518
jobs:
1619
ci:
1720
name: Validate

0 commit comments

Comments
 (0)