We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dcafb4 commit aea85f2Copy full SHA for aea85f2
.github/workflows/tinybird-cd.yml
@@ -11,6 +11,9 @@ on:
11
12
concurrency: ${{ github.workflow }}-${{ github.event.ref }}
13
14
+permissions:
15
+ contents: read
16
+
17
jobs:
18
cd:
19
name: Deploy
.github/workflows/tinybird-ci.yml
@@ -12,6 +12,9 @@ on:
concurrency: ${{ github.workflow }}-${{ github.event.pull_request.number }}
ci:
20
name: Validate
0 commit comments