Skip to content

Commit

Permalink
Beta (#344)
Browse files Browse the repository at this point in the history
* chore: add github token explicit permission in yaml
  • Loading branch information
Ramakrishnan24689 authored May 22, 2024
1 parent 146c438 commit 570dd7d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name: Create Release
on:
workflow_dispatch:

permissions:
contents: write
issues: write
pull-requests: write
deployments: write

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit 570dd7d

Please sign in to comment.