File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
prerequisites :
9
9
permissions :
10
10
pull-requests : write
11
- uses : pulumiverse/infra/.github/workflows/provider-prerequisites.yaml@latest
11
+ uses : pulumiverse/infra/.github/workflows/provider-prerequisites.yaml@actions-workflows-v0.0.4
12
12
with :
13
13
provider : zitadel
14
14
goversion : 1.21.x
15
15
build :
16
16
needs : prerequisites
17
- uses : pulumiverse/infra/.github/workflows/provider-build-sdk.yaml@latest
17
+ uses : pulumiverse/infra/.github/workflows/provider-build-sdk.yaml@actions-workflows-v0.0.4
18
18
with :
19
19
provider : zitadel
20
20
goversion : 1.21.x
Original file line number Diff line number Diff line change 17
17
# NPM REGISTRY THEN ENSURE THE NPM_REGISTRY_URL IS CHANGED
18
18
NUGET_PUBLISH_KEY : ${{ secrets.NUGET_PUBLISH_KEY }}
19
19
NUGET_FEED_URL : https://api.nuget.org/v3/index.json
20
- PUBLISH_NUGET : true
20
+ PUBLISH_NUGET : false
21
21
# IF YOU NEED TO PUBLISH A PYPI PACKAGE THEN ENSURE AN PYPI_PASSWORD
22
22
# SECRET IS SET AND PUBLISH_PYPI: TRUE. IF YOU WANT TO PUBLISH TO AN ALTERNATIVE
23
23
# PYPI REGISTRY THEN ENSURE THE PYPI_REPOSITORY_URL IS SET. IF YOU ARE USING AN API_TOKEN THEN
26
26
PYPI_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
27
27
PYPI_USERNAME : " __token__"
28
28
PYPI_REPOSITORY_URL : " "
29
- PUBLISH_PYPI : true
29
+ PUBLISH_PYPI : false
30
30
jobs :
31
31
publish_binary :
32
32
name : publish
You can’t perform that action at this time.
0 commit comments