Skip to content

Commit

Permalink
ci: Provide sufficient permissions to credentials token
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpovel committed Oct 22, 2023
1 parent 1c9c21f commit 53f7e71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ jobs:
env:
ASSET_FILE: "${{ matrix.crate }}-${{ matrix.target }}-${{ needs.release-please.outputs.tag_name }}.tgz"

permissions:
contents: write # For `gh` to upload asset to release

steps:
- uses: actions/checkout@v4
- uses: swatinem/rust-cache@v2
Expand Down

0 comments on commit 53f7e71

Please sign in to comment.