Skip to content

Commit

Permalink
ci: add permissions
Browse files Browse the repository at this point in the history
OTT-5654
  • Loading branch information
thatsddr committed Mar 4, 2024
1 parent aa00c90 commit 89cca8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
env:
GO_VERSION: 1.19

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

jobs:
lint:
name: Lint Code
Expand Down

0 comments on commit 89cca8b

Please sign in to comment.