We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77ba7d commit 5e8299bCopy full SHA for 5e8299b
.github/workflows/deploy-content.yaml
@@ -61,4 +61,6 @@ jobs:
61
env:
62
ALCHEMY_STATE_TOKEN: ${{ secrets.ALCHEMY_STATE_TOKEN }}
63
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
64
+ PULL_REQUEST: ${{ github.event.number }}
65
+ GITHUB_SHA: ${{ github.sha }}
66
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments