Skip to content

Commit

Permalink
Add permissions to the worflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa-aadlv authored Feb 3, 2025
1 parent a8d2567 commit a111da3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
description: 'Tag version:'
required: true

permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout

jobs:
define-release-version:
name: Define Release Version
Expand Down

0 comments on commit a111da3

Please sign in to comment.