From 203b1a335e1d12aee36a9d2285982ff2d5e6ee8c Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Tue, 10 Mar 2026 10:35:28 +0100 Subject: [PATCH] add github token to all workflows Signed-off-by: Simon L. --- .github/workflows/collabora.yml | 1 + .github/workflows/dependency-updates.yml | 1 + .github/workflows/imaginary-update.yml | 1 + .github/workflows/nextcloud-update.yml | 1 + .github/workflows/psalm-update-baseline.yml | 2 +- .github/workflows/talk.yml | 1 + .github/workflows/watchtower-update.yml | 1 + 7 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/collabora.yml b/.github/workflows/collabora.yml index a61067f3..798c22ad 100644 --- a/.github/workflows/collabora.yml +++ b/.github/workflows/collabora.yml @@ -20,6 +20,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v7 with: + token: ${{ secrets.GITHUB_TOKEN }} commit-message: collabora-seccomp-update automated change signoff: true title: collabora seccomp update diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml index b2c8a266..b8daa1c6 100644 --- a/.github/workflows/dependency-updates.yml +++ b/.github/workflows/dependency-updates.yml @@ -55,6 +55,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v7 with: + token: ${{ secrets.GITHUB_TOKEN }} commit-message: php dependency updates signoff: true title: PHP dependency updates diff --git a/.github/workflows/imaginary-update.yml b/.github/workflows/imaginary-update.yml index 05050a20..855a8dbe 100644 --- a/.github/workflows/imaginary-update.yml +++ b/.github/workflows/imaginary-update.yml @@ -24,6 +24,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v7 with: + token: ${{ secrets.GITHUB_TOKEN }} commit-message: imaginary-update automated change signoff: true title: Imaginary update diff --git a/.github/workflows/nextcloud-update.yml b/.github/workflows/nextcloud-update.yml index b2475290..e4cca512 100644 --- a/.github/workflows/nextcloud-update.yml +++ b/.github/workflows/nextcloud-update.yml @@ -81,6 +81,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v7 with: + token: ${{ secrets.GITHUB_TOKEN }} commit-message: nextcloud-update automated change signoff: true title: Nextcloud dependency update diff --git a/.github/workflows/psalm-update-baseline.yml b/.github/workflows/psalm-update-baseline.yml index e83a6376..2029fa84 100644 --- a/.github/workflows/psalm-update-baseline.yml +++ b/.github/workflows/psalm-update-baseline.yml @@ -32,7 +32,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v7 with: - token: ${{ secrets.COMMAND_BOT_PAT }} + token: ${{ secrets.GITHUB_TOKEN }} commit-message: Update psalm baseline committer: GitHub author: nextcloud-command diff --git a/.github/workflows/talk.yml b/.github/workflows/talk.yml index b19e1cb5..ce5462eb 100644 --- a/.github/workflows/talk.yml +++ b/.github/workflows/talk.yml @@ -47,6 +47,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v7 with: + token: ${{ secrets.GITHUB_TOKEN }} commit-message: talk-update automated change signoff: true title: talk container update diff --git a/.github/workflows/watchtower-update.yml b/.github/workflows/watchtower-update.yml index ecd82a69..06d5f794 100644 --- a/.github/workflows/watchtower-update.yml +++ b/.github/workflows/watchtower-update.yml @@ -28,6 +28,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v7 with: + token: ${{ secrets.GITHUB_TOKEN }} commit-message: watchtower-update automated change signoff: true title: watchtower container update