Skip to content

Commit af3541b

Browse files
authored
Merge pull request #666 from rollbar/updated/rollbar-js-snippet
Added missing permissions to Update JS Snippet workflow.
2 parents 70af35b + 01cda62 commit af3541b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/update_js_snippet.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
name: update_js_snippet.yml
1+
name: Update JS Snippet
2+
3+
permissions:
4+
contents: write
5+
pull-requests: write
6+
27
on:
38
workflow_dispatch:
49
inputs:

0 commit comments

Comments
 (0)