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.
2 parents 4c45d25 + d376976 commit db7589fCopy full SHA for db7589f
.github/workflows/ci.yml
@@ -1,4 +1,6 @@
1
name: Node CI
2
+permissions:
3
+ contents: read
4
5
on:
6
push:
.github/workflows/release.yml
@@ -7,6 +7,9 @@ on:
7
jobs:
8
draft_release:
9
runs-on: ubuntu-latest
10
+ permissions:
11
+ contents: write
12
+ pull-requests: read
13
outputs:
14
tag_name: ${{ steps.release-drafter.outputs.tag_name }}
15
steps:
@@ -23,6 +26,7 @@ jobs:
23
26
url: https://www.npmjs.com/package/junit2json
24
27
permissions:
25
28
contents: write
29
30
id-token: write
31
needs: draft_release
32
if: github.event_name == 'workflow_dispatch'
0 commit comments