diff options
| author | seth <[email protected]> | 2024-05-20 21:12:57 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-05-20 21:14:39 -0400 |
| commit | 346685bfc83f93dc2aed5f3d35cc72407695bdf5 (patch) | |
| tree | 7e2b4fe9f2c8879a2be0521436c3d36bd0fe1e0e /.github/workflows/flakehub-publish.yaml | |
| parent | 686c63b9dc7837578a5686eb9afc6d08ebe82e88 (diff) | |
ci: publish to flakestry
Diffstat (limited to '.github/workflows/flakehub-publish.yaml')
| -rw-r--r-- | .github/workflows/flakehub-publish.yaml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/.github/workflows/flakehub-publish.yaml b/.github/workflows/flakehub-publish.yaml deleted file mode 100644 index 5b4afae..0000000 --- a/.github/workflows/flakehub-publish.yaml +++ /dev/null @@ -1,24 +0,0 @@ -name: Flakehub publish - -on: - push: - branches: [main] - -jobs: - publish: - runs-on: ubuntu-latest - - permissions: - id-token: write - - steps: - - uses: actions/checkout@v4 - - - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v11 - - - name: Push to Flakehub - uses: DeterminateSystems/flakehub-push@v3 - with: - visibility: "public" - rolling: true |
