Skip to content

Commit

Permalink
fix action permission
Browse files Browse the repository at this point in the history
  • Loading branch information
libotony committed Jan 3, 2024
1 parent aa25a59 commit a322a04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
jobs:
BuildAndDeploy:
runs-on: ubuntu-latest
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

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

0 comments on commit a322a04

Please sign in to comment.