Skip to content

Commit 55e7e21

Browse files
authored
Update release please publishing (#358)
1 parent 2cc7a0e commit 55e7e21

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,8 @@ jobs:
3535
if: ${{ steps.release.outputs.release_created }}
3636
- run: npm run build
3737
if: ${{ steps.release.outputs.release_created }}
38-
- id: auth
39-
if: ${{ steps.release.outputs.release_created }}
40-
uses: 'google-github-actions/auth@v3'
41-
with:
42-
workload_identity_provider: 'projects/626179414504/locations/global/workloadIdentityPools/ga-embedded-app-sdk/providers/ga-embedded-app-sdk'
43-
service_account: 'ga-embedded-app-sdk@discord-app-city-prd.iam.gserviceaccount.com'
44-
- id: secrets
45-
if: ${{ steps.release.outputs.release_created }}
46-
uses: 'google-github-actions/get-secretmanager-secrets@v3'
47-
with:
48-
secrets: |-
49-
NPM_TOKEN:discord-app-city-prd/embedded-app-sdk-deploy-token
5038
- name: Publish 🚀
5139
if: ${{ steps.release.outputs.release_created }}
5240
run: npm publish --access public --no-git-checks
5341
env:
54-
NODE_AUTH_TOKEN: ${{ steps.secrets.outputs.NPM_TOKEN }}
42+
NPM_CONFIG_PROVENANCE: true # Attaches build provenance

0 commit comments

Comments
 (0)