Skip to content

Commit

Permalink
[CI] Fix docker push permission in nightly (intel#13252)
Browse files Browse the repository at this point in the history
Similar to intel#13245

This should fix the self-build issue reported in
intel#13225
  • Loading branch information
jsji authored Apr 2, 2024
1 parent e9b0e60 commit 2cade96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sycl-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ jobs:
ubuntu2204_docker_build_push:
if: github.repository == 'intel/llvm'
runs-on: [Linux, build]
permissions:
packages: write
needs: ubuntu2204_build
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2cade96

Please sign in to comment.