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
9 changes: 8 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
---
name: Release
permissions:
# Needed for OIDC Trusted Publishing
id-token: write
# Needed for semantic-release
contents: write
pull-requests: write
issues: write

on:
push:
Expand All @@ -15,6 +22,7 @@ jobs:
name: Release
if: github.repository_owner == 'BitGo'
runs-on: ubuntu-latest
environment: publish-apits

steps:
- name: Checkout
Expand Down Expand Up @@ -48,4 +56,3 @@ jobs:
run: npx multi-semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Loading