Skip to content

Commit

Permalink
add deployments write permissions to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Bladesheng authored Feb 28, 2025
1 parent b3b281e commit f5b42c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
job-1:
name: Build and deploy
runs-on: ubuntu-latest

permissions:
contents: read
deployments: write

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f5b42c9

Please sign in to comment.