diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 512e563c6..cfa37795e 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -70,5 +70,9 @@ jobs: env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} deploy-docs: + permissions: + contents: read + pages: write + id-token: write if: github.event.inputs.package == 'docs' uses: './.github/workflows/reusable-deploy-docs.yml' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f5f118574..9c48824e4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,6 +52,10 @@ jobs: env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} docs: + permissions: + contents: read + pages: write + id-token: write needs: release if: | contains(fromJson(needs.release.outputs.paths_released), 'packages/access-client') || diff --git a/.github/workflows/reusable-deploy-docs.yml b/.github/workflows/reusable-deploy-docs.yml index 361ad1b2e..994334c8f 100644 --- a/.github/workflows/reusable-deploy-docs.yml +++ b/.github/workflows/reusable-deploy-docs.yml @@ -4,11 +4,11 @@ on: jobs: deploy-docs: + runs-on: ubuntu-latest permissions: contents: read pages: write id-token: write - runs-on: ubuntu-latest environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} diff --git a/packages/access-client/package.json b/packages/access-client/package.json index 565a0c97a..41cf04f56 100644 --- a/packages/access-client/package.json +++ b/packages/access-client/package.json @@ -5,7 +5,7 @@ "homepage": "https://web3.storage", "repository": { "type": "git", - "url": "https://github.com/web3-storage/w3up.git", + "url": "https://github.com/w3s-project/w3up.git", "directory": "packages/access-client" }, "author": "Hugo Dias (hugodias.me)", diff --git a/packages/capabilities/package.json b/packages/capabilities/package.json index fc834113d..2924d960c 100644 --- a/packages/capabilities/package.json +++ b/packages/capabilities/package.json @@ -5,7 +5,7 @@ "homepage": "https://web3.storage", "repository": { "type": "git", - "url": "https://github.com/web3-storage/w3up.git", + "url": "https://github.com/w3s-project/w3up.git", "directory": "packages/capabilities" }, "license": "(Apache-2.0 OR MIT)", diff --git a/packages/did-mailto/package.json b/packages/did-mailto/package.json index 9e544ab2e..bb95bbfa5 100644 --- a/packages/did-mailto/package.json +++ b/packages/did-mailto/package.json @@ -5,7 +5,7 @@ "homepage": "https://web3.storage", "repository": { "type": "git", - "url": "https://github.com/web3-storage/w3up.git", + "url": "https://github.com/w3s-project/w3up.git", "directory": "packages/did-mailto" }, "license": "(Apache-2.0 OR MIT)", diff --git a/packages/eslint-config-w3up/package.json b/packages/eslint-config-w3up/package.json index af483d024..1248efd4c 100644 --- a/packages/eslint-config-w3up/package.json +++ b/packages/eslint-config-w3up/package.json @@ -5,7 +5,7 @@ "homepage": "https://web3.storage", "repository": { "type": "git", - "url": "https://github.com/web3-storage/w3up.git", + "url": "https://github.com/w3s-project/w3up.git", "directory": "packages/eslint-config-w3up" }, "main": "index.js", diff --git a/packages/filecoin-api/package.json b/packages/filecoin-api/package.json index d63cb07f5..618beed7a 100644 --- a/packages/filecoin-api/package.json +++ b/packages/filecoin-api/package.json @@ -6,7 +6,7 @@ "homepage": "https://web3.storage", "repository": { "type": "git", - "url": "https://github.com/web3-storage/w3up.git", + "url": "https://github.com/w3s-project/w3up.git", "directory": "packages/filecoin-api" }, "files": [ diff --git a/packages/filecoin-client/package.json b/packages/filecoin-client/package.json index 16fc31135..ca1694965 100644 --- a/packages/filecoin-client/package.json +++ b/packages/filecoin-client/package.json @@ -5,7 +5,7 @@ "homepage": "https://web3.storage", "repository": { "type": "git", - "url": "https://github.com/web3-storage/w3up.git", + "url": "https://github.com/w3s-project/w3up.git", "directory": "packages/w3filecoin-client" }, "author": "Vasco Santos", diff --git a/packages/upload-api/package.json b/packages/upload-api/package.json index 963a676ad..43059512d 100644 --- a/packages/upload-api/package.json +++ b/packages/upload-api/package.json @@ -7,7 +7,7 @@ "homepage": "https://web3.storage", "repository": { "type": "git", - "url": "https://github.com/web3-storage/w3up.git", + "url": "https://github.com/w3s-project/w3up.git", "directory": "packages/upload-api" }, "files": [ diff --git a/packages/upload-client/package.json b/packages/upload-client/package.json index 12263e44d..f4026d749 100644 --- a/packages/upload-client/package.json +++ b/packages/upload-client/package.json @@ -5,7 +5,7 @@ "homepage": "https://web3.storage", "repository": { "type": "git", - "url": "https://github.com/web3-storage/w3up.git", + "url": "https://github.com/w3s-project/w3up.git", "directory": "packages/upload-client" }, "author": "Alan Shaw", diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index 06844ab41..574d1369b 100644 --- a/packages/w3up-client/package.json +++ b/packages/w3up-client/package.json @@ -166,7 +166,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/web3-storage/w3up.git", + "url": "https://github.com/w3s-project/w3up.git", "directory": "packages/w3up-client" }, "keywords": [ @@ -181,7 +181,7 @@ ], "author": "DAG House", "bugs": { - "url": "https://github.com/web3-storage/w3up/issues" + "url": "https://github.com/w3s-project/w3up/issues" }, "homepage": "https://web3.storage", "depcheck": {