Skip to content

Commit 2f1b94c

Browse files
committed
ci: update package name
1 parent 2633dbd commit 2f1b94c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- v*.*.*
77
permissions:
88
id-token: write
9+
contents: write
910
env:
1011
# THIS GITHUB_TOKEN IS A REQUIREMENT TO BE ABLE TO WRITE TO GH RELEASES
1112
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

provider/resources.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ func Provider() tfbridge.ProviderInfo {
261261

262262

263263
Python: &tfbridge.PythonInfo{
264-
PackageName: "pulumi_netbox",
264+
PackageName: "spk_pulumi_netbox",
265265
// List any Python dependencies and their version ranges
266266
Requires: map[string]string{
267267
"pulumi": ">=3.0.0,<4.0.0",

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"main"
88
],
99
"stabilityDays": 4,
10-
"rebaseWhen": "behind-base-branch"
10+
"rebaseWhen": "behind-base-branch",
11+
"forkProcessing": "enabled"
1112
}

0 commit comments

Comments
 (0)