Skip to content

Commit 79ea792

Browse files
committed
Fix: remove permissions block that breaks reusable workflow
1 parent f10c9fe commit 79ea792

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/atom-test.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ concurrency:
2020
group: ${{ github.workflow }}-${{ github.ref }}
2121
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
2222

23-
permissions:
24-
contents: read
25-
actions: read
26-
2723
env:
2824
ATOM_BASE_IMAGE: rocm/pytorch:latest
2925
GITHUB_REPO_URL: ${{ github.event.pull_request.head.repo.clone_url || 'https://github.com/ROCm/ATOM.git' }}

0 commit comments

Comments
 (0)