Skip to content

Commit 588b068

Browse files
committed
🔧 Use UPDATER_TOKEN instead of GITHUB_TOKEN for PR workflows
1 parent e9b0e40 commit 588b068

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.github/workflows/addon-update-packages.yaml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ jobs:
109109
- name: 🚀 Run Updater
110110
uses: Poeschl/container-package-updater@v4
111111
with:
112-
token: ${{ secrets.GITHUB_TOKEN }}
112+
# Use the UPDATER_TOKEN instead of GITHUB_TOKEN to tirgger PR workflows
113+
token: ${{ secrets.UPDATER_TOKEN }}
113114
containerFile: ${{ needs.information.outputs.addon-folder }}/Dockerfile
114115
osVersion: ${{ needs.information.outputs.os-version }}
115116
architectures: ${{ needs.information.outputs.os-architectures }}

0 commit comments

Comments
 (0)