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 2d7ee6a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
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
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,14 @@
"role": "Developer"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/tenancy-for-laravel/v4"
}
],
"require": {
"php": "^8.0",
"php": "^8.2",
"aws/aws-sdk-php": "~3.0",
"stancl/tenancy": "dev-master"
},
Expand Down

0 comments on commit 2d7ee6a

Please sign in to comment.