We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b0e40 commit 588b068Copy full SHA for 588b068
‎.github/workflows/addon-update-packages.yaml‎
@@ -109,7 +109,8 @@ jobs:
109
- name: 🚀 Run Updater
110
uses: Poeschl/container-package-updater@v4
111
with:
112
- token: ${{ secrets.GITHUB_TOKEN }}
+ # Use the UPDATER_TOKEN instead of GITHUB_TOKEN to tirgger PR workflows
113
+ token: ${{ secrets.UPDATER_TOKEN }}
114
containerFile: ${{ needs.information.outputs.addon-folder }}/Dockerfile
115
osVersion: ${{ needs.information.outputs.os-version }}
116
architectures: ${{ needs.information.outputs.os-architectures }}
0 commit comments