Skip to content

Commit

Permalink
Added new permissions. πŸ”
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbeutler committed Oct 28, 2023
1 parent 60e8e7e commit 48dbe5e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,16 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
packages: write
deployments: write
statuses: write
actions: write
checks: write
issues: write
pull-requests: write
security-events: write

steps:
- name: Check out the repo
uses: actions/checkout@v1
Expand Down

0 comments on commit 48dbe5e

Please sign in to comment.