Skip to content

Commit

Permalink
Define top level Permission for cli.yml workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Singh <akashsingh2210670@gmail.com>
  • Loading branch information
SkySingh04 authored and RainbowMango committed Aug 6, 2024
1 parent 4124ba8 commit c9131b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.actor }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
contents: read # Required to check out the code
jobs:
init:
name: init
Expand Down

0 comments on commit c9131b0

Please sign in to comment.