SEBSERV-365 fix

This commit is contained in:
anhefti 2022-12-07 09:26:41 +01:00
parent c3ba8b7fc6
commit 781d941270

View file

@ -102,13 +102,13 @@ jobs:
# Run only on tagging # Run only on tagging
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: pytest
permissions: permissions:
contents: read contents: read
packages: write packages: write
# This is used to complete the identity challenge # This is used to complete the identity challenge
# with sigstore/fulcio when running outside of PRs. # with sigstore/fulcio when running outside of PRs.
id-token: write id-token: write
steps: steps:
- -
name: Set env name: Set env