We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852f0ae commit 1f7630dCopy full SHA for 1f7630d
1 file changed
‎.github/workflows/main.yml‎
@@ -108,3 +108,9 @@ jobs:
108
109
- uses: actions/deploy-pages@v4
110
if: success() && github.ref == 'refs/heads/main'
111
+
112
+ - run: bunx wrangler deploy
113
+ if: success() && github.ref == 'refs/heads/main'
114
+ working-directory: packages/github-user-contribution-service
115
+ env:
116
+ CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
0 commit comments