Skip to content

Commit

Permalink
chore: Add permissions for reading contents and writing packages in p…
Browse files Browse the repository at this point in the history
…ublish-website-monitor-docker-image.yml workflow
  • Loading branch information
sofia-assis committed May 10, 2024
1 parent d48ed4a commit fb79042
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-website-monitor-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ on:
required: true
default: 'dev' # default value if not provided


permissions:
contents: read
packages: write

jobs:
push_to_registry:
name: Push Docker Image to Docker Hub
Expand Down

0 comments on commit fb79042

Please sign in to comment.