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>

Removed excess permissions

Signed-off-by: Akash Singh <akashsingh2210670@gmail.com>

Removed newline

Signed-off-by: Akash Singh <akashsingh2210670@gmail.com>

Removed extra line

Signed-off-by: Akash Singh <akashsingh2210670@gmail.com>
  • Loading branch information
SkySingh04 committed Jul 8, 2024
1 parent 0aa91d8 commit 8426c23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .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 Expand Up @@ -55,4 +57,4 @@ jobs:
cluster-resources: nodes,namespaces,
namespace-resources: configmaps,pods,svc
artifact-name: logs-${{ matrix.k8s}}

0 comments on commit 8426c23

Please sign in to comment.