Skip to content

Commit

Permalink
Update create_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KateSakharova authored Jan 17, 2025
1 parent 13cd283 commit bbc459d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ on:
jobs:
create-release:
runs-on: ubuntu-latest

permissions:
contents: write # Required for creating and uploading release assets
actions: write # Needed for writing actions (like creating releases)
id-token: write # Required for publishing or creating release assets

steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit bbc459d

Please sign in to comment.