We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 075dd7f commit 1e62a98Copy full SHA for 1e62a98
1 file changed
.github/workflows/docs.yml
@@ -34,6 +34,9 @@ jobs:
34
runs-on: ubuntu-latest
35
needs: ["build"]
36
if: github.ref == 'refs/heads/main' && github.repository == 'RedpointGames/docs'
37
+ env:
38
+ CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
39
+ CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
40
steps:
41
- name: Checkout
42
uses: actions/checkout@v4
0 commit comments