Skip to content

Commit

Permalink
ci: add packages write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
acouvreur committed Oct 24, 2024
1 parent acfd612 commit 03b0dcf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
tags:
- "v**"

permissions:
packages: write # For GHCR

env:
REGISTRY_IMAGE: sablierapp/sablier

Expand Down

0 comments on commit 03b0dcf

Please sign in to comment.