mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
Permission to write packages
This commit is contained in:
3
.github/workflows/publish_container.yaml
vendored
3
.github/workflows/publish_container.yaml
vendored
@@ -53,6 +53,9 @@ jobs:
|
||||
name: 🐋 Publish Container
|
||||
needs: determine_values
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
||||
steps:
|
||||
- name: 🚩 Checkout Repo
|
||||
|
||||
@@ -55,7 +55,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: determine_values
|
||||
permissions:
|
||||
contents: write
|
||||
contents: read
|
||||
packages: write
|
||||
|
||||
steps:
|
||||
- name: 🚩 Checkout Repo
|
||||
|
||||
Reference in New Issue
Block a user