Skip to content

Commit d7daea9

Browse files
authored
Merge pull request #13893 from SORMAS-Foundation/task-update_github_actions
Updated app ci token
1 parent c2ee63c commit d7daea9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sormas_app_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: ${{ fromJSON(env.PRIVILEGED_RUN) }}
4444
uses: actions/checkout@v6
4545
with:
46-
token: ${{ secrets.SORMAS_VITAGROUP_CI_TOKEN }}
46+
token: ${{ secrets.MAVEN_ACTIONS_TOKEN }}
4747

4848
- name: Checkout repository (without token)
4949
# Check if PR results from a fork: if yes, we cannot access the token.

0 commit comments

Comments
 (0)