Skip to content

Commit

Permalink
Fix: Fix creating a release
Browse files Browse the repository at this point in the history
When changes should be pushed to the repo the original checkout must be done without persisting the credentials. Otherwise we can't override the permissions later and use our bot for pushing the changes to the repository.
  • Loading branch information
bjoernricks authored Dec 13, 2023
1 parent 5efd39f commit 7d9ba9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- name: Selecting the Release type
id: release-type
uses: greenbone/actions/release-type@v3
Expand Down

0 comments on commit 7d9ba9c

Please sign in to comment.