diff --git a/.github/workflows/release.yml b/.forgejo/workflows/release.yml similarity index 100% rename from .github/workflows/release.yml rename to .forgejo/workflows/release.yml diff --git a/.github/workflows/test.yml b/.forgejo/workflows/test.yml similarity index 77% rename from .github/workflows/test.yml rename to .forgejo/workflows/test.yml index 72315f1..a35ee05 100644 --- a/.github/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -10,7 +10,7 @@ jobs: test-cache: strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest] runs-on: ${{ matrix.os }} @@ -28,13 +28,13 @@ jobs: run: pnpm install && pnpm build - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v9 + uses: https://github.com/DeterminateSystems/nix-installer-action@v9 - name: Setup Attic Cache uses: ./ with: - endpoint: ${{ secrets.ATTIC_ENDPOINT }} - cache: ${{ secrets.ATTIC_CACHE }} + endpoint: ${{ vars.ATTIC_ENDPOINT }} + cache: ${{ vars.ATTIC_CACHE }} token: ${{ secrets.ATTIC_TOKEN }} - name: Build Nix Package diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 718572b..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,7 +0,0 @@ -version: 2 - -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly"