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 48dbe5e commit 994af23
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/publish.yml
Expand Up @@ -14,16 +14,8 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
permissions:
contents: write
contents: read
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 Expand Up @@ -54,5 +46,5 @@ jobs:
with:
context: .
push: true
tags: ${{ env.sha_short }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 994af23

Please sign in to comment.