Skip to content

Commit

Permalink
overwrite with read permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Nov 13, 2024
1 parent b57f2e7 commit 64772e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ env:
RUSTFLAGS: -D warnings
RUSTDOCFLAGS: -D warnings

permissions:
actions: read

jobs:
# this job pre-build using `just build` and copies the .wasm files to /dist/ before running other jobs
# all other jobs depend on this one
Expand Down Expand Up @@ -41,6 +44,7 @@ jobs:
with:
name: wasm-files-assets
path: target/wasm32-unknown-unknown/release/*.wasm
overwrite: true

check:
name: Check
Expand Down

0 comments on commit 64772e6

Please sign in to comment.