My landing page, written in Astro hayden.moe
0
fork

Configure Feed

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

feat(ci): let wrangler handle environment updates

+4 -4
+4 -4
.github/workflows/build-deploy.yaml
··· 28 28 deploy: 29 29 runs-on: ubuntu-latest 30 30 name: Deploy 31 - environment: 32 - name: prod 33 - url: https://hayden.moe 34 31 needs: [build] 35 - if: github.ref == 'refs/heads/main' 32 + permissions: 33 + contents: read 34 + deployments: write 36 35 steps: 37 36 - uses: actions/checkout@v4 38 37 ··· 53 52 with: 54 53 apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} 55 54 command: pages deploy ./build/client 55 + gitHubToken: ${{ secrets.GITHUB_TOKEN }}