From a3663ee7bc805de4323e60b86ce0d180df30f9f5 Mon Sep 17 00:00:00 2001 From: WilliButz Date: Tue, 6 Feb 2024 11:42:11 +0100 Subject: [PATCH] github/workflows/flakehub-publish: drop --- .github/workflows/flakehub-publish-tagged.yml | 28 ------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/flakehub-publish-tagged.yml diff --git a/.github/workflows/flakehub-publish-tagged.yml b/.github/workflows/flakehub-publish-tagged.yml deleted file mode 100644 index ff27152..0000000 --- a/.github/workflows/flakehub-publish-tagged.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: "Publish tags to FlakeHub" -on: - workflow_dispatch: - inputs: - tag: - description: "The existing tag to publish to FlakeHub" - type: "string" - required: true - version: - description: "The version to publish to FlakeHub" - type: "string" - required: true -jobs: - flakehub-publish: - runs-on: "ubuntu-latest" - permissions: - id-token: "write" - contents: "read" - steps: - - uses: "actions/checkout@v3" - with: - ref: "${{ (inputs.tag != null) && format('refs/tags/{0}', inputs.tag) || '' }}" - - uses: "DeterminateSystems/nix-installer-action@main" - - uses: "DeterminateSystems/flakehub-push@main" - with: - visibility: "unlisted" - name: "mayflower/authentik-nix" - tag: "${{ inputs.version }}"