diff options
| author | seth <[email protected]> | 2024-05-22 01:25:59 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-05-22 16:21:31 -0600 |
| commit | 859214cf9ad3fe589c557d560c2ee1acafece4f2 (patch) | |
| tree | 52a83507daebb02a1482d4b2dd31fa1567bdf284 /.github/workflows/flakehub-publish.yaml | |
| parent | 2b7d1b3cc31e9200639459236c267f1d65021b38 (diff) | |
ci: reorganize/refactor workflows
Diffstat (limited to '.github/workflows/flakehub-publish.yaml')
| -rw-r--r-- | .github/workflows/flakehub-publish.yaml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/.github/workflows/flakehub-publish.yaml b/.github/workflows/flakehub-publish.yaml deleted file mode 100644 index 377b478..0000000 --- a/.github/workflows/flakehub-publish.yaml +++ /dev/null @@ -1,25 +0,0 @@ -name: Flakehub publish - -on: - push: - branches: [main] - -jobs: - publish: - runs-on: ubuntu-latest - - permissions: - id-token: write - contents: read - - 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 |
