Skip to content

Commit

Permalink
fix OpenSSF Token-Permissions issues (intel-analytics#10121)
Browse files Browse the repository at this point in the history
Co-authored-by: Your Name <Your Email>
  • Loading branch information
liu-shaojun authored Feb 7, 2024
1 parent cc7f0e3 commit 34f0957
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion .github/workflows/BiWeekly_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ on:

permissions:
contents: read
packages: write

jobs:

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/PR_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ on:

permissions:
contents: read
packages: write

jobs:
changes:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/bigdl-core-release-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ env:

permissions:
contents: read
packages: write

jobs:
llm-cpp-build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ env:

permissions:
contents: read
packages: write

jobs:
llm-cpp-build:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/bigdl-llm-stable-release-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:

permissions:
contents: read
packages: write

jobs:
llm-cpp-build:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/bigdl-release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:

permissions:
contents: read
packages: write

jobs:

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/bigdl-release-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

permissions:
contents: read
packages: write

jobs:
llm-cpp-build:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/bigdl-release-scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:

permissions:
contents: read
packages: write

jobs:
bigdl-release-scala:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/bigdl-release-tf-math-python-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ env:

permissions:
contents: read
packages: write

jobs:
bigdl-release-tf-math-python-pypi:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/friesian-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ on:

permissions:
contents: read
packages: write

jobs:
serving-jar-package:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/mac_nightly_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ env:

permissions:
contents: read
packages: write

jobs:
Mac-Python-AppTest-Part1:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/manually_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ env:

permissions:
contents: read
packages: write

jobs:
bigdl-llm-finetune-lora-cpu:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/manually_build_for_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ env:

permissions:
contents: read
packages: write

jobs:
bigdl-llm-finetune-lora-cpu:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/nightly-build-example-tests-ppml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
runs-on: [self-hosted, SGX, Wilwarin]
permissions:
contents: read
packages: write

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/nightly_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ env:

permissions:
contents: read
packages: write

jobs:

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/nightly_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ env:

permissions:
contents: read
packages: write

jobs:
Orca-Basic-Py37-Spark3:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/scala-style-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
runs-on: [self-hosted, Gondolin, ubuntu-20.04-lts]
permissions:
contents: read
packages: write

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/weekly_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ env:

permissions:
contents: read
packages: write

jobs:

Expand Down

0 comments on commit 34f0957

Please sign in to comment.