Skip to content

Commit

Permalink
change: add auth to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
secrethash committed Dec 8, 2024
1 parent b389315 commit 5e10e56
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Activate Pest Composer Plugin
run: composer config --no-plugins allow-plugins.pestphp/pest-plugin true

- name: Composer Authentication
run: composer config github-oauth.github.com ${{ secrets.PRIVATE_PACKAGE_ACCESS_TOKEN }}

- name: Install dependencies
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction

Expand Down
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
"role": "Developer"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/tenancy-for-laravel/v4"
}
],
"require": {
"php": "^8.0",
"aws/aws-sdk-php": "~3.0",
Expand Down

0 comments on commit 5e10e56

Please sign in to comment.