Skip to content

Commit

Permalink
Add permissions to release.yaml and specify write access for contents…
Browse files Browse the repository at this point in the history
… and packages

This commit adds permissions to the release.yaml file and specifies write access for contents and packages. This is important for ensuring proper access control when working with the project. The updated release.yaml file will help streamline the release process and ensure that team members have the necessary access to perform their tasks.
  • Loading branch information
nvima committed Apr 22, 2023
1 parent f18f303 commit 3c373ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: "httpcli release"
on:
release:
types: [created]

permissions:
contents: write
packages: write

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

0 comments on commit 3c373ec

Please sign in to comment.