Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(psa): add Scaleway into ci/psa #299

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .env-copy
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ ESTUARY_API_TOKEN=
NFT_API_ENDPOINT=https://nft.storage/api
NFT_API_TOKEN=

SCALEWAY_API_ENDPOINT=https://fr-par.ipfs.labs.scw.cloud
SCALEWAY_API_TOKEN=

NODE_ENV=development
21 changes: 21 additions & 0 deletions .github/workflows/build-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,24 @@ jobs:
with:
name: web3-report
path: docs/api.web3.storage.md

check-scaleway-compliance:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- uses: ipfs/aegir/actions/cache-node-modules@master
- name: Reports Cache
uses: actions/cache@v3
with:
path: docs
key: ${{ github.sha }}-scaleway
- run: npm run dev-start -- -s ${{ secrets.SCALEWAY_API_ENDPOINT }} ${{secrets.SCALEWAY_API_TOKEN}}
- uses: actions/upload-artifact@v3
with:
name: scaleway-logs
path: docs/fr-par.ipfs.labs.scw.cloud
- uses: actions/upload-artifact@v3
with:
name: scaleway-report
path: docs/fr-par.ipfs.labs.scw.cloud.md
5 changes: 5 additions & 0 deletions .github/workflows/publish-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ jobs:
with:
path: docs
key: ${{ github.sha }}-crust
- name: Reports Cache
uses: actions/cache@v3
with:
path: docs
key: ${{ github.sha }}-scaleway
- name: Scheduled deployment
uses: s0/git-publish-subdir-action@92faf786f11dfa44fc366ac3eb274d193ca1af7e
env:
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Periodically tested:
* [Pinata](./api.pinata.cloud.md)
* [web3.storage](./api.web3.storage.md)
* [nft.storage](./nft.storage.md)
* [Scaleway](./fr-par.ipfs.labs.scw.cloud.md)

Want to add your service to the list? [Open an issue](https://github.com/ipfs-shipyard/pinning-service-compliance/issues/new).

Expand Down