From f7df6894cf981e094cc90ae2e2c1ce2cb442f512 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Wed, 13 Mar 2024 09:30:24 -0400 Subject: [PATCH] Don't publish to ids --- .github/workflows/publish.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/publish.yml diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml deleted file mode 100644 index d14ce55..0000000 --- a/.github/workflows/publish.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: Publish - -on: - workflow_dispatch: - push: - branches: - - main - -jobs: - publish: - name: Publish - runs-on: ubuntu-22.04 - permissions: - contents: read - id-token: write - steps: - - uses: actions/checkout@v3 - - run: | - mkdir artifacts - git archive --format=tar.gz HEAD -o ./artifacts/universal.tar.gz - - - uses: DeterminateSystems/push-artifact-ids@main - with: - s3_upload_role: ${{ secrets.AWS_S3_UPLOAD_ROLE }} - bucket: ${{ secrets.AWS_S3_UPLOAD_BUCKET }} - directory: ./artifacts - ids_project_name: magic-nix-cache-action-priv - ids_binary_prefix: magic-nix-cache-action-priv