Skip to content

Commit

Permalink
ci: allow write permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan6erbond committed May 4, 2023
1 parent 70f201f commit 18b391f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ env:
IMAGE_NAME_FRONTEND: ${{ github.repository }}-frontend
IMAGE_NAME_SERVER: ${{ github.repository }}-server

permissions:
contents: write

jobs:
release:
runs-on: ubuntu-latest
Expand All @@ -33,7 +36,6 @@ jobs:
with:
body_path: GITHUB_CHANGELOG.md
tag_name: ${{ steps.release.outputs.version }}
token: ${{ github.token }}
- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
if: ${{ steps.changelog.outputs.skipped == 'false' }}
Expand Down

0 comments on commit 18b391f

Please sign in to comment.