We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a24ecd + f23a5d4 commit 6eaa50dCopy full SHA for 6eaa50d
.github/workflows/use-shared-publish.yml
@@ -7,15 +7,17 @@ on:
7
branches:
8
- stable
9
10
+permissions:
11
+ contents: write
12
+ id-token: write
13
+
14
jobs:
15
build-and-publish:
16
if: github.event.pull_request.merged == true
17
uses: newrelic/video-core-js/.github/workflows/npm-publish.yml@stable
18
with:
- node-version: 'lts/*'
19
s3-path: 'media-agents/browser/html5'
20
file-to-upload: 'dist/umd/newrelic-video-html5.min.js'
21
secrets:
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
22
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
23
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
0 commit comments