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

Commit

Permalink
Update permissions in pack-feature-template.yml and set-version.yml w…
Browse files Browse the repository at this point in the history
…orkflows
  • Loading branch information
kurmann committed Apr 11, 2024
1 parent 27004a9 commit 6d769f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pack-feature-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
jobs:
echo-message:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write

steps:
- name: Echo a status message
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/set-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
jobs:
echo-message:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write

steps:
- name: Echo a status message
Expand Down

0 comments on commit 6d769f3

Please sign in to comment.