Skip to content

Commit

Permalink
chore: add secret when checking out (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
aspencer authored May 13, 2024
1 parent a93830a commit 617b87e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/php-common-bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
type: string
default: "chore: common bump"
secrets:
github_token:
required: true
packagist_username:
required: true
packagist_password:
Expand All @@ -23,6 +25,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: "${{ secrets.github_token }}"
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit 617b87e

Please sign in to comment.