Skip to content

Commit

Permalink
CI Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Nov 4, 2024
1 parent 1e64254 commit d2ad9d7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/part_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
run: |
gh release upload --clobber "${{ inputs.releaseName }}" \
--repo ${{ github.repository }} \
docs.tar.gz*
5 changes: 5 additions & 0 deletions .github/workflows/tag-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
docs:
name: "Docs"

permissions:
id-token: write
contents: read
attestations: write

uses: ./.github/workflows/part_docs.yml

publish:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/tag-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
docs:
name: "Docs"

permissions:
id-token: write
contents: read
attestations: write

uses: ./.github/workflows/part_docs.yml

publish:
Expand Down

0 comments on commit d2ad9d7

Please sign in to comment.