Skip to content

Commit

Permalink
fix(ci): add required permission
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach committed Feb 5, 2025
1 parent ed8d27c commit 15592ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: CI
on:
push:

permissions:
id-token: write

jobs:
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 15592ee

Please sign in to comment.