Skip to content

Commit 8cc0dfb

Browse files
fix: Updated use-shared-publish.yml file
1 parent 07de8c2 commit 8cc0dfb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/use-shared-publish.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,5 @@ jobs:
2020
with:
2121
node-version: 'lts/*'
2222
publish-to-npm: true
23-
s3-bucket: 'nr-downloads-main'
2423
s3-path: 'media-agents/browser/dash'
25-
file-to-upload: 'dist/umd/dash.min.js' # Optional: Specify a file to upload
26-
secrets:
27-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
28-
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
29-
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
24+
file-to-upload: 'dist/umd/dash.min.js'

0 commit comments

Comments
 (0)