Skip to content

Commit

Permalink
fix: Give update-image-tags job write permissions to the repo, for au…
Browse files Browse the repository at this point in the history
…to doco updater (#3138)
  • Loading branch information
boc-the-git committed Feb 10, 2024
1 parent d73817a commit 42a33cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
needs:
- build-release
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout 🛎
uses: actions/checkout@v4
Expand Down

0 comments on commit 42a33cd

Please sign in to comment.