diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2021-07-28 18:04:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-28 18:04:40 +0200 |
commit | fabd0a87b30f4609cce57abf0105588b164fa6c9 (patch) | |
tree | c70faa6f76edef6e9ebda1d49278250b47fa7d47 /.github | |
parent | e840e08cef9436f38dbdb670e9f7d3d7e5332a2c (diff) | |
download | nextcloud-server-fabd0a87b30f4609cce57abf0105588b164fa6c9.tar.gz nextcloud-server-fabd0a87b30f4609cce57abf0105588b164fa6c9.zip |
Update update-psalm-baseline.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/update-psalm-baseline.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-psalm-baseline.yml b/.github/workflows/update-psalm-baseline.yml index 943e1f509d3..a4cddbc3d09 100644 --- a/.github/workflows/update-psalm-baseline.yml +++ b/.github/workflows/update-psalm-baseline.yml @@ -32,7 +32,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v3 with: - token: ${{ secrets.MACHINE_USER_PAT }} + token: ${{ secrets.COMMAND_BOT_PAT }} push-to-fork: nextcloud-pr-bot/server commit-message: Update psalm baseline committer: GitHub <noreply@github.com> |