Skip to content

Commit

Permalink
add correct permission for assetations
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxworks committed May 16, 2024
1 parent 138f32a commit 9df6c28
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI

permissions:
contents: write
pages: write
attestations: write
id-token: write
packages: write

Expand All @@ -20,9 +20,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Clone scancode-toolkit repository
run: git clone https://github.com/nexB/scancode-toolkit.git

Expand Down

0 comments on commit 9df6c28

Please sign in to comment.