Skip to content

Commit

Permalink
fix(status): adding in status check and publish fix (#687)
Browse files Browse the repository at this point in the history
* fix(status): adding in status check and publish fix

* fix(packages): updating packages
  • Loading branch information
bassrock authored Aug 21, 2024
1 parent b40f8c0 commit 95d72e7
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
run: pnpm run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NODE_TOKEN: ${{secrets.NPM_TOKEN}}
# Need to update sendgrid to enable this
# NPM_CONFIG_PROVENANCE: true
16 changes: 6 additions & 10 deletions .github/workflows/status-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,12 @@ on:
pull_request:

jobs:
status-check:
enforce-all-checks:
runs-on: ubuntu-latest
if: always()
permissions:
checks: read
steps:
- name: Wait for workflows
id: wait
uses: smartcontractkit/chainlink-github-actions/utils/wait-for-workflows@main
- name: GitHub Checks
uses: poseidon/[email protected]
with:
max-timeout: "900"
polling-interval: "15"
exclude-workflow-names: ""
exclude-workflow-ids: ""
github-token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .syncpackrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@aws-sdk/client-s3",
"@aws-sdk/**"
],
"pinVersion": "3.633.0",
"pinVersion": "3.632.0",
"label": "AWS SDK Dependencies should all have the same version (uses a specifc package as the first one for Renovate to latch to)"
},
{
Expand Down
2 changes: 1 addition & 1 deletion lambdas/account-data-deleter-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test-integrations": "jest \"\\.integration\\.ts\" --runInBand"
},
"dependencies": {
"@aws-sdk/client-lambda": "3.634.0",
"@aws-sdk/client-lambda": "3.632.0",
"@sentry/aws-serverless": "8.26.0",
"fetch-retry": "^5.0.6",
"stripe": "14.24.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@
"engines": {
"node": "^20.16"
}
}
}
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"publishConfig": {
"access": "public"
}
}
}
52 changes: 26 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion servers/list-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@apollo/server": "4.10.4",
"@apollo/subgraph": "2.8.4",
"@aws-sdk/client-eventbridge": "3.633.0",
"@aws-sdk/client-eventbridge": "3.632.0",
"@aws-sdk/client-kinesis": "3.632.0",
"@aws-sdk/client-sqs": "3.632.0",
"@pocket-tools/apollo-cursor-pagination": "1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion servers/shareable-lists-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@apollo/subgraph": "2.8.4",
"@apollo/utils.keyvadapter": "3.1.0",
"@apollo/utils.keyvaluecache": "3.1.0",
"@aws-sdk/client-eventbridge": "3.633.0",
"@aws-sdk/client-eventbridge": "3.632.0",
"@keyv/redis": "2.8.5",
"@pocket-tools/apollo-utils": "workspace:*",
"@pocket-tools/sentry": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion servers/shares-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@apollo/server": "4.10.4",
"@apollo/subgraph": "2.8.4",
"@aws-sdk/client-dynamodb": "3.632.0",
"@aws-sdk/client-eventbridge": "3.633.0",
"@aws-sdk/client-eventbridge": "3.632.0",
"@aws-sdk/lib-dynamodb": "3.632.0",
"@pocket-tools/apollo-utils": "workspace:*",
"@pocket-tools/sentry": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion servers/user-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@apollo/server": "4.10.4",
"@apollo/subgraph": "2.8.4",
"@aws-sdk/client-eventbridge": "3.633.0",
"@aws-sdk/client-eventbridge": "3.632.0",
"@pocket-tools/apollo-utils": "workspace:*",
"@pocket-tools/int-mask": "workspace:*",
"@pocket-tools/sentry": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion servers/user-list-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@apollo/server": "4.10.4",
"@apollo/subgraph": "2.8.4",
"@aws-sdk/client-eventbridge": "3.633.0",
"@aws-sdk/client-eventbridge": "3.632.0",
"@aws-sdk/client-sqs": "3.632.0",
"@elastic/elasticsearch": "^8.14.0",
"@opensearch-project/opensearch": "^2.10.0",
Expand Down

0 comments on commit 95d72e7

Please sign in to comment.