Skip to content

Commit

Permalink
ci: added releaser permission (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
irmannmal authored Nov 9, 2023
1 parent f8b414b commit dc3bf39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@ on:
branches:
- main

permissions:
contents: read

concurrency:
group: releaser

jobs:
release:
permissions:
contents: write
runs-on: ubuntu-20.04
steps:
- name: Checkout Repository
Expand Down

0 comments on commit dc3bf39

Please sign in to comment.