Skip to content

Commit

Permalink
🐋 ci: Add write permissions for packages in release workflow (#48)
Browse files Browse the repository at this point in the history
* 🐋 ci: Add write permissions for packages in release workflow

* feat: Add read permission for contents in release workflow
  • Loading branch information
danny-avila authored Jun 15, 2024
1 parent 3a579ee commit cdb3c7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ on:
- '*'

permissions:
contents: read
packages: write

jobs:
call-docker-build:
uses: ./.github/workflows/docker-build-workflow.yaml
with:
tag: ${{ github.ref_name }}
tag: ${{ github.ref_name }}

0 comments on commit cdb3c7d

Please sign in to comment.