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.
1 parent c03b48e commit 88c0f8dCopy full SHA for 88c0f8d
README.md
@@ -216,6 +216,8 @@ pkg.pr.new is not available in your local environment and it only works in workf
216
name: Publish Any Commit
217
on: [push, pull_request]
218
219
+permissions: {}
220
+
221
jobs:
222
build:
223
runs-on: ubuntu-latest
@@ -247,6 +249,8 @@ on:
247
249
pull_request_review:
248
250
types: [submitted]
251
252
253
254
255
check:
256
# 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
317
321
name: Publish and Test Packages
318
322
319
323
324
325
320
326
327
publish:
328
0 commit comments