-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,11 @@ jobs: | |
release: | ||
runs-on: ubuntu-latest | ||
|
||
permissions: | ||
# This permission is required for trusted publishing. | ||
id-token: write | ||
contents: read | ||
|
||
# Steps represent matrix sequence of tasks that will be executed as part of the job | ||
steps: | ||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it | ||
|
@@ -29,7 +34,6 @@ jobs: | |
poetry version ${{ github.ref_name }} | ||
poetry build | ||
|
||
- name: Mint token | ||
id: mint | ||
uses: tschm/[email protected] | ||
|