mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-25 22:27:20 +10:00
write-premissions
This commit is contained in:
parent
3997ee11c4
commit
f377a47ca2
1 changed files with 3 additions and 1 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
|
@ -3,7 +3,9 @@ on:
|
|||
workflow_dispatch:
|
||||
jobs:
|
||||
build:
|
||||
uses: ./.github/workflows/build.yml
|
||||
uses: ./.github/workflows/build.yml
|
||||
permissions:
|
||||
packages: write
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue