add read-all perms
This commit is contained in:
parent
199ef0bc29
commit
e01d91e21d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -7,6 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
permissions: read-all
|
||||
name: Publish binaries
|
||||
runs-on: ubuntu-latest
|
||||
container: fedora:39
|
||||
|
@ -31,7 +32,6 @@ jobs:
|
|||
mv io.github.dvlv.boxbuddyrs.desktop BoxBuddy-${{github.ref_name}}/
|
||||
zip -r BoxBuddy-${{github.ref_name}}.zip BoxBuddy-${{github.ref_name}}
|
||||
|
||||
|
||||
- name: Upload binaries to release
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue