Unverified Commit cb97d077 by Willem Jiang Committed by GitHub

test: Added the permission setting on the workflow (#504)

parent becf7cb1
......@@ -18,6 +18,9 @@ on:
- "**/*.py"
- .github/workflows/e2e_ascend.yml
permissions:
contents: read
jobs:
test:
name: verl Ascend test (self-host)
......
......@@ -4,6 +4,9 @@ on:
- main
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment