Skip to content

Commit

Permalink
Remove dummy job and try to remove permissions
Browse files Browse the repository at this point in the history
to see if they are actually needed anywhere

Signed-off-by: Dimitris Karakasilis <[email protected]>
  • Loading branch information
jimmykarily committed Aug 2, 2023
1 parent 50fda8d commit 21e83ce
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,23 +219,10 @@ jobs:
files: |
build/*.efi
do-something-standard:
runs-on: ubuntu-latest
needs:
- get-standard-matrix
steps:
- run: |
ls
build-standard:
runs-on: ubuntu-latest
needs:
- get-standard-matrix
permissions:
id-token: write # OIDC support
contents: write
actions: read
security-events: write
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.get-standard-matrix.outputs.matrix) }}
Expand Down

0 comments on commit 21e83ce

Please sign in to comment.