Skip to content

Commit

Permalink
Merge pull request #2227 from hzeller/feature-20240805-ci-write-perm
Browse files Browse the repository at this point in the history
CI: Set wriite permissions.
  • Loading branch information
hzeller authored Aug 5, 2024
2 parents ee27479 + d477602 commit 202f8bc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/verible-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -513,9 +513,12 @@ jobs:
Release:
name: 📦 Release
needs: [ Check, MacOsBuild, WindowsBuild, PrepareVSPlugin ]
runs-on: ubuntu-20.04
name: 📦 Release
permissions:
contents: write

if: ${{github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master')}}

steps:
Expand Down Expand Up @@ -569,6 +572,9 @@ jobs:
name: Build and deploy GitHub pages
needs: [Check]
runs-on: ubuntu-22.04
permissions:
contents: write

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 202f8bc

Please sign in to comment.