diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 1e65b011b..b8b75c93d 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -16,6 +16,9 @@ env: jobs: rust-build: + permissions: + contents: read + packages: write runs-on: ubuntu-20.04 steps: - name: Checkout branch