Skip to content
Merged
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
6 changes: 1 addition & 5 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Release

permissions:
id-token: write
contents: write
packages: write
Comment thread
coderabbitai[bot] marked this conversation as resolved.

Expand Down Expand Up @@ -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 }}"

Expand Down
3 changes: 3 additions & 0 deletions packages/enclave-config/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Enclave Config

This is a package containing shared configuration for the Enclave monorepo.
Loading