Skip to content

Commit

Permalink
Merge pull request #570 from doctrine/use-regular-token
Browse files Browse the repository at this point in the history
Use github.token in ci workflow
  • Loading branch information
SenseException authored Feb 8, 2024
2 parents d0afa06 + 6b024f6 commit 6582089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Continuous Integration"
on: ["push", "pull_request"]

env:
doctrine_website_github_http_token: "${{ secrets.doctrine_website_deployment_token }}"
doctrine_website_github_http_token: "${{ github.token }}"
PHP_VERSION: "8.3"
doctrine_website_algolia_admin_api_key: "no-key-needed"

Expand Down

0 comments on commit 6582089

Please sign in to comment.