File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments