File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 6
6
- v*.*.*
7
7
permissions :
8
8
id-token : write
9
+ contents : write
9
10
env :
10
11
# THIS GITHUB_TOKEN IS A REQUIREMENT TO BE ABLE TO WRITE TO GH RELEASES
11
12
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ func Provider() tfbridge.ProviderInfo {
261
261
262
262
263
263
Python : & tfbridge.PythonInfo {
264
- PackageName : "pulumi_netbox " ,
264
+ PackageName : "spk_pulumi_netbox " ,
265
265
// List any Python dependencies and their version ranges
266
266
Requires : map [string ]string {
267
267
"pulumi" : ">=3.0.0,<4.0.0" ,
Original file line number Diff line number Diff line change 7
7
" main"
8
8
],
9
9
"stabilityDays" : 4 ,
10
- "rebaseWhen" : " behind-base-branch"
10
+ "rebaseWhen" : " behind-base-branch" ,
11
+ "forkProcessing" : " enabled"
11
12
}
You can’t perform that action at this time.
0 commit comments