Skip to content

Commit

Permalink
fix: artifacts downloading and defaul permission
Browse files Browse the repository at this point in the history
  • Loading branch information
lectrical committed Dec 28, 2024
1 parent c5b380e commit 82af8d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ jobs:
id-token: write
attestations: write
pull-requests: write
actions: write
environment: release
needs: [linux, macos, windows, dist, docker]
if: startsWith(github.ref, 'refs/tags/jq-')
Expand All @@ -380,6 +381,7 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
pattern: jq-*
merge-multiple: true
- name: Upload release
env:
Expand Down

0 comments on commit 82af8d2

Please sign in to comment.