diff --git a/.github/workflows/promote-prebuilt.yml b/.github/workflows/promote-prebuilt.yml index 1a388f66..0334e816 100644 --- a/.github/workflows/promote-prebuilt.yml +++ b/.github/workflows/promote-prebuilt.yml @@ -37,12 +37,13 @@ on: permissions: contents: write pull-requests: write + packages: read jobs: promote: - uses: qualcomm-linux/qcom-build-utils/.github/workflows/qcom-promote-prebuilt-reusable-workflow.yml@dev/pkg-bin + uses: qualcomm-linux/qcom-build-utils/.github/workflows/qcom-promote-prebuilt-reusable-workflow.yml@main with: - qcom-build-utils-ref: dev/pkg-bin + qcom-build-utils-ref: main debian-branch: ${{inputs.debian-branch}} new-tag: ${{inputs.new-tag}} new-package-name: ${{inputs.new-package-name}}