Skip to content

Commit

Permalink
Add permissions to publish reference workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed May 3, 2024
1 parent b0a19dc commit 26cc270
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ on:
branches:
- main

permissions:
contents: write

jobs:
publish:
name: Publish reference
runs-on: ubuntu-latest
concurrency: publish-reference-${{ github.ref }}

steps:
- name: Checkout
Expand Down

0 comments on commit 26cc270

Please sign in to comment.