Skip to content

Commit

Permalink
ci: give write permission to release job
Browse files Browse the repository at this point in the history
  • Loading branch information
fgsfdsfgs authored May 14, 2024
1 parent 12d0600 commit dc9d0f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/port'
needs: [build-i686-windows, build-i686-linux]
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit dc9d0f3

Please sign in to comment.