Skip to content

Commit

Permalink
Update customCI.yaml
Browse files Browse the repository at this point in the history
 : change permission actions write
  • Loading branch information
falconlee236 committed Nov 6, 2024
1 parent e0128ac commit e8a8feb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/customCI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ on:

jobs:
build:
permissions: write-all
permissions:
actions: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e8a8feb

Please sign in to comment.