diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 52ade6f2..6aa4664e 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -13,6 +13,7 @@ env: permissions: id-token: write contents: read + actions: write jobs: test: @@ -44,7 +45,7 @@ jobs: - name: Cache atmos files uses: actions/cache@v4 with: - path: ./ + path: ./stacks key: ${{ runner.os }}-${{ github.sha }} - name: Plan Atmos Component