Skip to content

Commit

Permalink
adding permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
kenriortega committed Aug 18, 2023
1 parent f5f0169 commit c1ea373
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
release:
types: [released]

permissions:
contents: write
env:
CARGO_TERM_COLOR: always

Expand All @@ -24,7 +26,7 @@ jobs:
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/wasm32-unknown-unknown/release/flb_filter_iis_wasm.wasm
asset_name: flb_filter_iis_wasm.wasm
tag: ${{ github.ref }}
Expand Down

0 comments on commit c1ea373

Please sign in to comment.