Skip to content

Commit

Permalink
Add: permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalholthaus committed May 2, 2024
1 parent 641f6e3 commit 0fd0666
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/container-redis-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ on:
# rebuild image every sunday
- cron: "0 0 * * 0"

permissions:
contents: read
packages: write
id-token: write
pull-requests: write

jobs:
redis-images:
name: Build and upload redis container images
Expand Down

0 comments on commit 0fd0666

Please sign in to comment.