forked from Docker/baseimage-docker
Fix HTTP 403 when creating GitHub releases by adding workflow-level permissions
Co-authored-by: samip5 <1703002+samip5@users.noreply.github.com>
This commit is contained in:
co-authored by
samip5
parent
abf78de0f2
commit
012fe6b1fc
@@ -5,6 +5,10 @@ on:
|
||||
- cron: '0 2 * * 0' # Every Sunday at 02:00 UTC
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user