Skip to content

Commit

Permalink
set permission
Browse files Browse the repository at this point in the history
Signed-off-by: Kareem Farid <[email protected]>
  • Loading branch information
kareefardi committed Feb 16, 2025
1 parent a983159 commit 554f352
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bus-wrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: CI

on:
push: # This now triggers on pushes to any branch
permissions:
pull-requests: write
contents: write

jobs:
Bus-Wrap:
runs-on: ubuntu-latest
name: Generate
permissions:
contents: write
pull-requests: write
steps:
- name: Set variables
run: |
Expand Down

0 comments on commit 554f352

Please sign in to comment.