diff options
| author | Ralf Jung <post@ralfj.de> | 2024-09-23 12:56:17 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2024-09-23 12:56:17 +0200 |
| commit | 51d90bbc8d6c2e4bbaaf4f9b1ef1c7b928826e51 (patch) | |
| tree | 7cb085541d80842480728d7e8aadabd5867e4ad9 | |
| parent | c36614bbee1dc6ec1c9daac99a9d31fc20309be9 (diff) | |
| download | rust-51d90bbc8d6c2e4bbaaf4f9b1ef1c7b928826e51.tar.gz rust-51d90bbc8d6c2e4bbaaf4f9b1ef1c7b928826e51.zip | |
fix workflow permissions
| -rw-r--r-- | src/tools/miri/.github/workflows/ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/miri/.github/workflows/ci.yml b/src/tools/miri/.github/workflows/ci.yml index b9441236bcd..6e4815c0b91 100644 --- a/src/tools/miri/.github/workflows/ci.yml +++ b/src/tools/miri/.github/workflows/ci.yml @@ -13,7 +13,8 @@ on: - cron: '44 4 * * *' # At 4:44 UTC every day. permissions: - contents: write + contents: read + pull-requests: write defaults: run: |
