Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
fix(gha): fix publish GitHub Action - permissions (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Jun 4, 2023
1 parent d657001 commit ff6c982
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-adr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ permissions: read-all
jobs:
build-and-publish:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit ff6c982

Please sign in to comment.