From 5d5719fdd52e970d0fa79a416ff419aaaaa53c72 Mon Sep 17 00:00:00 2001 From: riccardoperra Date: Sun, 10 Nov 2024 19:22:41 +0100 Subject: [PATCH] fix ci --- .github/workflows/deploy.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 30d768c..87ea993 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,6 +19,9 @@ jobs: build: environment: ${{((inputs.env == 'main' || github.ref_name == 'main') && 'production') || ((inputs.env == 'appwrite' || github.ref_name == 'appwrite') && 'appwrite' || 0)}} runs-on: ubuntu-latest + permissions: + attestations: write + id-token: write outputs: appArtifactName: app-build-${{github.sha}} steps: @@ -42,12 +45,6 @@ jobs: pnpm --filter @pipelineui/app build cp packages/app/nixpacks.toml packages/app/.output - - name: Attest - uses: actions/attest-build-provenance@v1 - with: - subject-path: | - packages/app/.output - - name: Upload build artifact uses: actions/upload-artifact@v4 with: