Skip to content

Commit

Permalink
Update package release workflow with necessary permissions (#33)
Browse files Browse the repository at this point in the history
* ci: Add necessary secret usage for workflow to have required permissions to publish updates.
  • Loading branch information
nfelt14 authored Oct 18, 2023
1 parent ffe29f1 commit 3278491
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.TEK_OPENSOURCE_TOKEN }}
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand All @@ -43,6 +44,10 @@ jobs:
root_options: --verbose --strict
force: ${{ inputs.release_level }}
github_token: ${{ secrets.GITHUB_TOKEN }}
git_committer_name: Tektronix
git_committer_email: [email protected]
ssh_public_signing_key: ${{ secrets.TEK_OPENSOURCE_PUBLIC_KEY }}
ssh_private_signing_key: ${{ secrets.TEK_OPENSOURCE_PRIVATE_KEY }}
outputs:
built-version: ${{ steps.release.outputs.version }}
pypi-build:
Expand Down

0 comments on commit 3278491

Please sign in to comment.