Skip to content

Commit

Permalink
fix(ci): write permission required for deploy too
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Jun 5, 2024
1 parent a385fd1 commit f9e5c9d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
tags:
- v[0-9]+.[0-9]+.[0-9]+

permissions:
contents: write

jobs:
test:
uses: ./.github/workflows/end-to-end-tests.yml
Expand All @@ -17,8 +20,6 @@ jobs:
publish:
runs-on: ubuntu-20.04
needs: test
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Stop early if the tag fails any validation
Expand Down

0 comments on commit f9e5c9d

Please sign in to comment.