Skip to content

Commit

Permalink
Merge pull request #38 from shakibhasan09/sakib
Browse files Browse the repository at this point in the history
update
  • Loading branch information
shakibhasan09 authored Sep 5, 2024
2 parents 9b44abe + 4cf760d commit 0aeb18c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
packages: write
pull-requests: write
issues: read
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand All @@ -35,3 +41,4 @@ jobs:
publish: pnpm release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0aeb18c

Please sign in to comment.