Skip to content

Commit

Permalink
ci: 🔧 added appropriate permissions for ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashRajpurohit committed Apr 11, 2024
1 parent e12db0e commit 6f60ca1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/spicy-gorillas-explode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@akashrajpurohit/ts-npm-template": patch
---

ci: :wrench: added appropriate permissions for ci.yml
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:

permissions:
pull-requests: write
contents: write
issues: write
id-token: write

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 6f60ca1

Please sign in to comment.