File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 6
6
workflow_dispatch : # allow trigger it manually
7
7
8
8
permissions :
9
+ attestations : write
10
+ id-token : write
9
11
packages : write
10
12
11
13
jobs :
86
88
name : qbittorrent-nox_alpha_${{ steps.set-variables.outputs.PLATFORM_NAME }}
87
89
path : qbittorrent-nox_alpha_${{ steps.set-variables.outputs.PLATFORM_NAME }}
88
90
91
+ - name : Generate build provenace attestations
92
+ uses : actions/attest-build-provenance@v1
93
+ with :
94
+ subject-path : qbittorrent-nox_alpha_${{ steps.set-variables.outputs.PLATFORM_NAME }}
95
+
89
96
- name : Login to Docker Hub
90
97
uses : docker/login-action@v3
91
98
with :
Original file line number Diff line number Diff line change 2
2
3
3
on : [pull_request, push]
4
4
5
- permissions : {}
5
+ permissions :
6
+ attestations : write
7
+ id-token : write
6
8
7
9
concurrency :
8
10
group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
84
86
with :
85
87
name : qbittorrent-nox_devel_${{ steps.set-variables.outputs.PLATFORM_NAME }}
86
88
path : qbittorrent-nox_devel_${{ steps.set-variables.outputs.PLATFORM_NAME }}
89
+
90
+ - name : Generate build provenace attestations
91
+ uses : actions/attest-build-provenance@v1
92
+ with :
93
+ subject-path : qbittorrent-nox_devel_${{ steps.set-variables.outputs.PLATFORM_NAME }}
Original file line number Diff line number Diff line change 4
4
workflow_dispatch : # trigger it manually
5
5
6
6
permissions :
7
+ attestations : write
8
+ id-token : write
7
9
packages : write
8
10
9
11
env :
@@ -103,6 +105,11 @@ jobs:
103
105
name : qbittorrent-nox_${{ env.QBT_VERSION }}_${{ steps.set-variables.outputs.PLATFORM_NAME }}
104
106
path : qbittorrent-nox_${{ env.QBT_VERSION }}_${{ steps.set-variables.outputs.PLATFORM_NAME }}
105
107
108
+ - name : Generate build provenace attestations
109
+ uses : actions/attest-build-provenance@v1
110
+ with :
111
+ subject-path : qbittorrent-nox_${{ env.QBT_VERSION }}_${{ steps.set-variables.outputs.PLATFORM_NAME }}
112
+
106
113
- name : Login to Docker Hub
107
114
uses : docker/login-action@v3
108
115
with :
You can’t perform that action at this time.
0 commit comments