diff --git a/.github/workflows/nix-build.yml b/.github/workflows/nix-build.yml index fb98f099337..299400fefa1 100644 --- a/.github/workflows/nix-build.yml +++ b/.github/workflows/nix-build.yml @@ -24,7 +24,7 @@ jobs: - uses: DeterminateSystems/magic-nix-cache-action@main - uses: cachix/cachix-action@v12 with: - name: hyprland + name: polyland authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - run: nix build -L ${{ matrix.command }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cbf99a02ad6..e31ac236700 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,7 +9,7 @@ jobs: source-tarball: runs-on: ubuntu-latest steps: - - name: Checkout Hyprland + - name: Checkout Polyland id: checkout uses: actions/checkout@v3 with: @@ -30,8 +30,8 @@ jobs: name: Get latest release uses: pozetroninc/github-action-get-latest-release@master with: - owner: hyprwm - repo: Hyprland + owner: poly-land + repo: Polyland excludes: prerelease, draft - name: Upload to release