Skip to content

Commit

Permalink
FEAT: DevOps
Browse files Browse the repository at this point in the history
- test forks wip
  • Loading branch information
Aternus committed Jun 8, 2024
1 parent 566fe22 commit 9d7d050
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/shared-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,15 @@ on:
required: false
default: false
description: "Whether to use the secure environment"
secrets:
geonames-username:
required: true

jobs:
test:
env:
GEONAMES_USERNAME: ${{ secrets.GEONAMES_USERNAME }}
GEONAMES_USERNAME: ${{ secrets.geonames-username }}
environment: test-forks
strategy:
matrix:
os: ${{ fromJson(inputs.operating-systems) }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ jobs:
php-versions: ${{ needs.get-php-info.outputs.versions }}
php-extensions: ${{ needs.get-php-info.outputs.extensions }}
use-secure-environment: ${{ github.event.pull_request.head.repo.full_name != github.repository }}
secrets:
geonames-username: ${{ secrets.GEONAMES_USERNAME }}

0 comments on commit 9d7d050

Please sign in to comment.