Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
fix: CI/CD workflow permissions should allow pushing tags (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
lholota committed Jul 7, 2021
1 parent 2eb8880 commit a8f0140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
build:
permissions:
contents: read
contents: write # to allow pushing version tags
packages: write
runs-on: ubuntu-latest
steps:
Expand All @@ -19,7 +19,7 @@ jobs:
java-version: 11

- name: "Determine release version"
uses: codfish/semantic-release-action@master
uses: docker:https://ghcr.io/codfish/semantic-release-action:v1.9.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_URL: "https://api.github.com"
Expand Down

0 comments on commit a8f0140

Please sign in to comment.