Skip to content

Commit

Permalink
chore: fix github token permission
Browse files Browse the repository at this point in the history
  • Loading branch information
uanid committed Feb 2, 2023
1 parent 99c8c8b commit 5ca1775
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:
jobs:
build_image:
permissions:
id-token: write
contents: read
contents: write
name: build docker image using Dockerfile
runs-on: ubuntu-22.04
steps:
Expand All @@ -35,6 +34,6 @@ jobs:
uses: goreleaser/goreleaser-action@v3
with:
version: latest
args: release --clean --debug
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5ca1775

Please sign in to comment.