diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index 5a17061..4a69174 100644 --- a/.github/workflows/upstream.yml +++ b/.github/workflows/upstream.yml @@ -5,6 +5,9 @@ on: - cron: '00 16 * * *' workflow_dispatch: {} +permissions: + contents: write + jobs: check: name: Check for upstream releases @@ -16,7 +19,7 @@ jobs: - name: Set up Rust toolchain run: | - rustup toolchain install stable --no-self-update --profile minimal + rustup toolchain install stable --no-self-update --profile default rustup target add wasm32-unknown-unknown - name: Set up Rust cache