Skip to content

Commit 8b52539

Browse files
committed
🐛 Correct updateder token for updates-check
1 parent 588b068 commit 8b52539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
uses: Poeschl/container-package-updater@v4
111111
with:
112112
# Use the UPDATER_TOKEN instead of GITHUB_TOKEN to tirgger PR workflows
113-
token: ${{ secrets.UPDATER_TOKEN }}
113+
token: ${{ secrets.updater_token }}
114114
containerFile: ${{ needs.information.outputs.addon-folder }}/Dockerfile
115115
osVersion: ${{ needs.information.outputs.os-version }}
116116
architectures: ${{ needs.information.outputs.os-architectures }}

0 commit comments

Comments
 (0)