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 7648e71 commit c8e3952Copy full SHA for c8e3952
.github/workflows/packages.yaml
@@ -7,8 +7,13 @@ on:
7
types: [released, prereleased]
8
workflow_dispatch:
9
10
+permissions: # added using https://github.com/step-security/secure-workflows
11
+ contents: read
12
+
13
jobs:
14
binary:
15
+ permissions:
16
+ contents: write # for actions/upload-release-asset to upload release asset
17
strategy:
18
matrix:
19
include:
.github/workflows/tests.yaml
@@ -17,6 +17,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
20
21
22
23
24
lint:
25
timeout-minutes: 10
0 commit comments