Skip to content

Commit 6582089

Browse files
Merge pull request #570 from doctrine/use-regular-token
Use github.token in ci workflow
2 parents d0afa06 + 6b024f6 commit 6582089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Continuous Integration"
33
on: ["push", "pull_request"]
44

55
env:
6-
doctrine_website_github_http_token: "${{ secrets.doctrine_website_deployment_token }}"
6+
doctrine_website_github_http_token: "${{ github.token }}"
77
PHP_VERSION: "8.3"
88
doctrine_website_algolia_admin_api_key: "no-key-needed"
99

0 commit comments

Comments
 (0)