Skip to content

Commit 88c0f8d

Browse files
authored
chore: readme (#410)
1 parent c03b48e commit 88c0f8d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ pkg.pr.new is not available in your local environment and it only works in workf
216216
name: Publish Any Commit
217217
on: [push, pull_request]
218218

219+
permissions: {}
220+
219221
jobs:
220222
build:
221223
runs-on: ubuntu-latest
@@ -247,6 +249,8 @@ on:
247249
pull_request_review:
248250
types: [submitted]
249251

252+
permissions: {}
253+
250254
jobs:
251255
check:
252256
# First, trigger a permissions check on the user approving the pull request.
@@ -317,6 +321,8 @@ This is useful for using published packages in other subsequent jobs immediately
317321
name: Publish and Test Packages
318322
on: [push, pull_request]
319323
324+
permissions: {}
325+
320326
jobs:
321327
publish:
322328
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)