Skip to content

Commit

Permalink
require appropriate permissions for release asset upload (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp authored Oct 21, 2023
1 parent df4f9ec commit d4f66d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/make_bundle_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ jobs:
f.write(f"matrix={json.dumps(matrix)}\n")
installers:
permissions:
contents: write
name: Bundle ${{ matrix.target-platform }}
runs-on: ${{ matrix.os }}
needs: [packages, prepare_matrix]
Expand Down

0 comments on commit d4f66d7

Please sign in to comment.