Skip to content

Commit

Permalink
Merge pull request #5 from shrijan00003/feat/release-action
Browse files Browse the repository at this point in the history
feat/release-action: permission added
  • Loading branch information
shrijan00003 authored Sep 2, 2024
2 parents b85c08e + f42fc70 commit 8de9851
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ on:
release:
types: [created]

permissions:
contents: write
packages: write

jobs:
release-linux-amd64:
name: release linux/amd64
Expand Down

0 comments on commit 8de9851

Please sign in to comment.