Skip to content

Commit

Permalink
ci: change token permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
bhunter234 committed Aug 31, 2024
1 parent 5fd4105 commit b42d5ae
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ on:
tags:
- "*"

permissions:
packages: write
contents: read
attestations: write
id-token: write
permissions: write-all

jobs:
goreleaser:
Expand Down Expand Up @@ -46,7 +42,7 @@ jobs:
cd ..
mv teldrive-ui/dist ui/dist
rm -rf teldrive-ui
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
Expand Down

0 comments on commit b42d5ae

Please sign in to comment.