Skip to content

Commit

Permalink
additional logs
Browse files Browse the repository at this point in the history
  • Loading branch information
pasha-codefresh committed Oct 24, 2024
1 parent a9323b2 commit 4020e02
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cf-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
required: true
type: string

permissions: {}
permissions:
contents: write

jobs:
prepare-release:
Expand All @@ -34,8 +35,8 @@ jobs:
- name: Create release
run: |
git config --global user.name "John Doe"
git config --global user.email "[email protected]"
git config --global user.name "CI-Codefresh"
git config --global user.email "[email protected]"
make cf-release

0 comments on commit 4020e02

Please sign in to comment.