We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2ee63c commit d7daea9Copy full SHA for d7daea9
1 file changed
.github/workflows/sormas_app_ci.yml
@@ -43,7 +43,7 @@ jobs:
43
if: ${{ fromJSON(env.PRIVILEGED_RUN) }}
44
uses: actions/checkout@v6
45
with:
46
- token: ${{ secrets.SORMAS_VITAGROUP_CI_TOKEN }}
+ token: ${{ secrets.MAVEN_ACTIONS_TOKEN }}
47
48
- name: Checkout repository (without token)
49
# Check if PR results from a fork: if yes, we cannot access the token.
0 commit comments