mirror of
https://github.com/rustwasm/wasm-pack.git
synced 2025-12-08 18:23:30 +00:00
Merge pull request #1540 from drager/alert-autofix-3
chore: fix for code scanning alert no. 3: Workflow does not contain permissions
This commit is contained in:
commit
f28cf3e716
3
.github/workflows/approve.yml
vendored
3
.github/workflows/approve.yml
vendored
@ -1,4 +1,7 @@
|
||||
name: Automatic Approve
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user