diff --git a/.github/workflows/flowzone.yml b/.github/workflows/flowzone.yml index 1abedce..d3348ef 100644 --- a/.github/workflows/flowzone.yml +++ b/.github/workflows/flowzone.yml @@ -7,6 +7,11 @@ on: pull_request_target: types: [opened, synchronize, closed] branches: [main, master] +permissions: + id-token: write + contents: read + packages: read + jobs: flowzone: name: Flowzone @@ -14,4 +19,4 @@ jobs: (github.event.pull_request.head.repo.full_name == github.repository && github.event_name == 'pull_request') || (github.event.pull_request.head.repo.full_name != github.repository && github.event_name == 'pull_request_target') uses: product-os/flowzone/.github/workflows/flowzone.yml@master - secrets: inherit \ No newline at end of file + secrets: inherit