We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 109fd5c + 6746574 commit 4d2fafcCopy full SHA for 4d2fafc
1 file changed
.github/workflows/ci.yml
@@ -12,10 +12,6 @@ on:
12
- master
13
- develop
14
15
-permissions:
16
- id-token: write
17
- attestations: write
18
-
19
jobs:
20
build_install:
21
name: Build and install the Ledgerblue Python package
@@ -42,6 +38,11 @@ jobs:
42
38
name: Build the Python package, and deploy if needed
43
39
runs-on: public-ledgerhq-shared-small
44
40
needs: build_install
41
+ permissions:
+ id-token: write
+ attestations: write
+ contents: write
45
+
46
steps:
47
- name: Clone
48
uses: actions/checkout@v3
0 commit comments