-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Investigate triggering tests on automated PR (#9)
* add Adrian as codeowner so it can be him or core-enablement team to approve PRs and updates to testing * update php version and remove .idea folder
- Loading branch information
Showing
12 changed files
with
8 additions
and
371 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
* @goshippo/core-enablement | ||
* @goshippo/core-enablement | ||
* @AdrianCollinsShippo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
name: Validate | ||
|
||
permissions: | ||
contents: write | ||
id-token: write | ||
|
@@ -17,31 +18,16 @@ jobs: | |
runs-on: ubuntu-latest | ||
timeout-minutes: 10 | ||
concurrency: | ||
group: php-sdk-check | ||
group: php-sdk-check-${{ github.event.pull_request.number }} | ||
steps: | ||
- name: Authenticate with AWS | ||
uses: goshippo/shippo-action-workflows/.github/actions/[email protected] | ||
with: | ||
environment: dev-main | ||
oidc-name: shippo-php-sdk-pipeline | ||
login-to-ecr: false | ||
|
||
- name: Get Speakeasy Secrets Manager | ||
uses: aws-actions/aws-secretsmanager-get-secrets@v2 | ||
with: | ||
secret-ids: | | ||
dev-main-speakeasy-api-key | ||
name-transformation: uppercase | ||
parse-json-secrets: true | ||
|
||
- name: Check out repository | ||
uses: actions/checkout@v4 | ||
|
||
- name: Set up PHP | ||
id: setup_php | ||
uses: shivammathur/setup-php@v2 | ||
with: | ||
php-version: '8.1' | ||
php-version: '8.2' | ||
|
||
- name: cache dependencies | ||
uses: actions/cache@v4 | ||
|
@@ -54,6 +40,6 @@ jobs: | |
make install | ||
- name: Check | ||
run: make check | ||
run: make check | ||
env: | ||
SHIPPO_TOKEN: ${{ env.DEV_MAIN_SPEAKEASY_API_KEY_SHIPPO_TOKEN }} | ||
SHIPPO_TOKEN: ${{ secrets.SHIPPO_TOKEN }} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.