Skip to content

Commit ffc3add

Browse files
Use PAT instead of GITHUB_TOKEN
Signed-off-by: Simon Beaudoin <sbeaudoi@qti.qualcomm.com>
1 parent f5e822f commit ffc3add

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/qcom-release-reusable-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ jobs:
328328
- name: Notify qcom-distro-images of new release via repository dispatch
329329
uses: peter-evans/repository-dispatch@v3
330330
with:
331-
token: ${{secrets.GITHUB_TOKEN}}
331+
token: ${{secrets.PAT}}
332332
repository: qualcomm-linux/qcom-distro-images
333333
event-type: pkg-repo-release
334334
client-payload: >-

0 commit comments

Comments
 (0)