Skip to content

Commit 5dd4282

Browse files
authored
Merge pull request #90 from openziti/sigstore-only-on-final-publish
publish to sigstore transparency log only on final prod step
2 parents e5e42b2 + d9f8667 commit 5dd4282

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/mattermost-ziti-webhook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
name: POST Webhook
2525
steps:
26-
- uses: openziti/ziti-mattermost-action-py@main
26+
- uses: openziti/ziti-mattermost-action-py@debug-py-action
2727
if: |
2828
github.repository_owner == 'openziti'
2929
&& ((github.event_name != 'pull_request_review')

.github/workflows/wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,12 @@ jobs:
8181
packages-dir: dist
8282
skip-existing: true
8383
verbose: true
84+
attestations: false
8485

8586
- name: Publish wheels (PyPI)
8687
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
8788
uses: pypa/gh-action-pypi-publish@release/v1
8889
with:
8990
packages-dir: dist
9091
verbose: true
92+
attestations: true

0 commit comments

Comments
 (0)