Skip to content

Commit

Permalink
Update workflows to go-auto-release
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Apr 19, 2024
1 parent 2201829 commit ac72528
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ on:
pull_request:
types: [opened, synchronize, reopened]

permissions:
contents: read
packages: read

jobs:
build-and-push:
runs-on: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ on:
release:
types: [published]

permissions: {}
permissions:
contents: write
packages: write

concurrency:
group: ${{ github.workflow }}
Expand Down

0 comments on commit ac72528

Please sign in to comment.