Skip to content

Commit

Permalink
Refactor GitHub Actions workflow to use the correct secret for the GI…
Browse files Browse the repository at this point in the history
…THUB_TOKEN
  • Loading branch information
bnzo committed Oct 1, 2024
1 parent 9c3cc66 commit 2f58441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
on: push

env:
GITHUB_TOKEN: ${{ secrets.PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
build:
Expand Down

0 comments on commit 2f58441

Please sign in to comment.