Skip to content

Commit

Permalink
ci: add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaeed Noordeen committed Aug 14, 2023
1 parent 57718cc commit 551c55e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
tags:
- 'v*'

permissions:
contents: read
id-token: write

jobs:
release:
name: Release
Expand Down

0 comments on commit 551c55e

Please sign in to comment.