Skip to content

Commit cc8bec8

Browse files
authored
Merge pull request #1083 from BitGo/DX-2319
ci: remove Trusted Publishing config
2 parents f313a8c + e8f3d61 commit cc8bec8

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
---
22
name: Release
3-
permissions:
4-
# Needed for OIDC Trusted Publishing
5-
id-token: write
6-
# Needed for semantic-release
7-
contents: write
8-
pull-requests: write
9-
issues: write
103

114
on:
125
push:
@@ -22,7 +15,6 @@ jobs:
2215
name: Release
2316
if: github.repository_owner == 'BitGo'
2417
runs-on: ubuntu-latest
25-
environment: publish-apits
2618

2719
steps:
2820
- name: Checkout
@@ -56,3 +48,4 @@ jobs:
5648
run: npx multi-semantic-release
5749
env:
5850
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)