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 588b068 commit 8b52539Copy full SHA for 8b52539
.github/workflows/addon-update-packages.yaml
@@ -110,7 +110,7 @@ jobs:
110
uses: Poeschl/container-package-updater@v4
111
with:
112
# Use the UPDATER_TOKEN instead of GITHUB_TOKEN to tirgger PR workflows
113
- token: ${{ secrets.UPDATER_TOKEN }}
+ 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