Tried PAT
All checks were successful
Pull Request Pipeline / Lint (pull_request) Has been skipped
Pull Request Pipeline / Test (pull_request) Has been skipped
Pull Request Pipeline / Format (pull_request) Has been skipped
Pull Request Pipeline / Update-Version (pull_request) Successful in 5s

This commit is contained in:
2026-01-18 13:17:42 +01:00
parent 9b98d3b0ee
commit 5924a9e86a

View File

@@ -116,6 +116,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.BOT_TOKEN }}
ref: ${{ gitea.head_ref }}
- name: Update version
uses: https://github.com/stikkyapp/update-pubspec-version@v2
@@ -123,6 +125,7 @@ jobs:
strategy: 'patch'
path: './pubspec.yaml'
- name: Commit version update
env:
GITEA_TOKEN: ${{ secrets.BOT_TOKEN }}