add packages:write permission to CI workflows
Some checks failed
Docker - build image / 🏗️ Docker builder (latest from master) 🏗️ (push) Failing after 7s
Some checks failed
Docker - build image / 🏗️ Docker builder (latest from master) 🏗️ (push) Failing after 7s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -4,6 +4,10 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
permissions:
|
||||
packages: write
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
builder:
|
||||
name: 🏗️ Docker builder (latest from master) 🏗️
|
||||
|
||||
@@ -4,6 +4,10 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
permissions:
|
||||
packages: write
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
builder:
|
||||
name: 🏗️ Docker builder release tag 🏗️
|
||||
|
||||
Reference in New Issue
Block a user