We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0afa06 + 6b024f6 commit 6582089Copy full SHA for 6582089
.github/workflows/continuous-integration.yml
@@ -3,7 +3,7 @@ name: "Continuous Integration"
3
on: ["push", "pull_request"]
4
5
env:
6
- doctrine_website_github_http_token: "${{ secrets.doctrine_website_deployment_token }}"
+ doctrine_website_github_http_token: "${{ github.token }}"
7
PHP_VERSION: "8.3"
8
doctrine_website_algolia_admin_api_key: "no-key-needed"
9
0 commit comments