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 6a43c9b commit 44056e5Copy full SHA for 44056e5
1 file changed
.github/workflows/preview-website.yml
@@ -14,8 +14,16 @@ jobs:
14
label-detector:
15
name: Runner Label
16
runs-on: label-detector
17
+ permissions:
18
+ contents: read
19
+ checks: write
20
+ pull-requests: write
21
outputs:
22
runs-on: ${{ steps.detector.outputs.label }}
23
24
25
26
27
steps:
28
- name: Detect Label
29
id: detector
@@ -27,6 +35,10 @@ jobs:
35
name: Build
36
needs: label-detector
37
runs-on: "${{ needs.label-detector.outputs.runs-on }}"
38
39
40
41
30
42
31
43
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
32
44
with:
0 commit comments