Skip to content

Commit

Permalink
Missing workflow permission
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Oct 31, 2024
1 parent cb40883 commit d173eaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/app-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
if: github.repository == 'CycloneDX/cdxgen'
# use ubuntu-20.04 due to avoid glic errors
runs-on: ubuntu-20.04
permissions:
contents: write
packages: write
steps:
- uses: actions/checkout@v4
- name: Use Node.js
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
if: github.repository == 'CycloneDX/cdxgen'
# use ubuntu-20.04 due to avoid glic errors
runs-on: ubuntu-20.04
permissions:
contents: write
packages: write
steps:
- uses: actions/checkout@v4
- name: Install dependencies
Expand Down

0 comments on commit d173eaa

Please sign in to comment.