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: ...@@ -18,6 +18,9 @@ on:
- "**/*.py" - "**/*.py"
- .github/workflows/e2e_ascend.yml - .github/workflows/e2e_ascend.yml
permissions:
contents: read
jobs: jobs:
test: test:
name: verl Ascend test (self-host) name: verl Ascend test (self-host)
......
...@@ -4,6 +4,9 @@ on: ...@@ -4,6 +4,9 @@ on:
- main - main
pull_request: pull_request:
permissions:
contents: read
jobs: jobs:
test: test:
runs-on: ubuntu-latest 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