Skip to content

Commit

Permalink
Merge pull request #12 from epam/fix/update_release_ci
Browse files Browse the repository at this point in the history
Add release token to release action
  • Loading branch information
Sinyuk authored Nov 19, 2024
2 parents 9ab32e6 + 280d897 commit ade9acf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
Release:
name: Release
runs-on: ubuntu-latest
environment: release
permissions:
contents: write

Expand Down Expand Up @@ -79,3 +80,4 @@ jobs:
prerelease: false
draft: false
make_latest: true
token: ${{ secrets.RELEASE_TOKEN }}

0 comments on commit ade9acf

Please sign in to comment.