Skip to content

Commit

Permalink
fix(ci): permissions for adding the tag
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Engelhardt <[email protected]>
  • Loading branch information
antonengelhardt committed Jun 5, 2024
1 parent fe8a600 commit 7d62023
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ jobs:
trigger-release:
needs: [docker-image, ghcr-image]
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -254,7 +256,6 @@ jobs:
- name: Create a tag on main
run: |
git checkout origin/main
git config user.email "github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit 7d62023

Please sign in to comment.