diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 2b2227cdb2..81d0f85c70 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -1,6 +1,7 @@ name: Release permissions: + id-token: write contents: write packages: write @@ -265,12 +266,7 @@ jobs: fi - name: Publish to npm - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} run: | - # Configure npm authentication - npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN - # Get the tag to use TAG="${{ steps.npm_tag.outputs.tag }}" diff --git a/packages/enclave-config/README.md b/packages/enclave-config/README.md new file mode 100644 index 0000000000..af6a6f834b --- /dev/null +++ b/packages/enclave-config/README.md @@ -0,0 +1,3 @@ +# Enclave Config + +This is a package containing shared configuration for the Enclave monorepo.