ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

hopefully fix wrangler action (#377)

authored by

marshmallow and committed by
GitHub
5eda8379 b27e1144

+1 -1
+1 -1
.github/workflows/pages.yml
··· 34 34 if: github.ref != 'refs/heads/stable' 35 35 - name: Deploy to Cloudflare Pages 36 36 id: deployment 37 - uses: cloudflare/wrangler-action@707f63750981584eb6abc365a50d441516fb04b8 37 + uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 38 38 with: 39 39 apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} 40 40 accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}