diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3471b95..e757beb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,10 +19,6 @@ 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: - id-token: write - contents: read - attestations: write outputs: appArtifactName: app-build-${{github.sha}} steps: @@ -46,12 +42,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: