mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
package: write
This commit is contained in:
parent
d77d8c6f1a
commit
032714ccd1
3
.github/workflows/rpcs3.yml
vendored
3
.github/workflows/rpcs3.yml
vendored
|
|
@ -10,6 +10,9 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
packages: write
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.ref }}-${{ github.event_name }}
|
group: ${{ github.ref }}-${{ github.event_name }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue