mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
Update release-plz GitHub workflow (#466)
- Disable publishing for `ensure_no_std` test crate - Add write content permissions to release-plz job expliclity Signed-off-by: Burak Varlı <burakvar@amazon.co.uk>
This commit is contained in:
2
.github/workflows/release-plz.yml
vendored
2
.github/workflows/release-plz.yml
vendored
@@ -10,6 +10,8 @@ jobs:
|
||||
release-plz:
|
||||
name: Release-plz
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user