Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e0b2521

Browse files
authored
fix: update release workfow permissions (#9027)
1 parent 5e045af commit e0b2521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
NETLIFY_BASE: 'videojs-preview.netlify.app'
1313
runs-on: ubuntu-latest
1414
permissions:
15-
contents: read
15+
contents: write # Required for creating a release
1616
id-token: write # Required for provenance
1717
packages: write # Required for publishing
1818
steps:

0 commit comments

Comments
 (0)