From a28b76ffcc5b84fedb1cd44872cb5fafce098d8c Mon Sep 17 00:00:00 2001 From: stujfiter Date: Tue, 25 Jul 2023 15:40:41 -0500 Subject: [PATCH] chore: Updates python-semantic-release config to fix pipeline (#234) --- .github/workflows/secureliCI.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/secureliCI.yml b/.github/workflows/secureliCI.yml index eb3f89e8..ca36a137 100644 --- a/.github/workflows/secureliCI.yml +++ b/.github/workflows/secureliCI.yml @@ -102,11 +102,14 @@ jobs: if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest concurrency: release + permissions: + id-token: write + contents: write steps: - uses: actions/checkout@v3 with: fetch-depth: 0 - github_token: ${{ secrets.ADMIN_TOKEN_SASCHA }} + token: ${{ secrets.ADMIN_TOKEN_SASCHA }} - name: Python Semantic Release uses: relekang/python-semantic-release@master with: