Skip to content

Commit

Permalink
Remove custom permissions on the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyLV committed May 22, 2024
1 parent 635a992 commit 1f1f3c3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,9 @@ on:
tags:
- "*"

permissions:
contents: write
packages: write

jobs:
goreleaser:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Login to Github Container registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 1f1f3c3

Please sign in to comment.