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 a1a409b commit 794f8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/customCI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: CI
permissions: write-all

on:
push:
Expand All @@ -12,6 +11,7 @@ on:

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

0 comments on commit 794f8b4

Please sign in to comment.