3 Commits

Author SHA1 Message Date
sunchayn
19ca7c96ab style: apply php style fixes 2026-01-23 23:26:24 +00:00
Mazen Touati
127951a264 temp 2026-01-24 00:22:56 +01:00
Mazen Touati
553caa8e02 build: fix auth token issue 2026-01-24 00:22:19 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
ref: ${{ github.head_ref }} ref: ${{ github.head_ref }}
persist-credentials: false token: ${{ secrets.CI_TOKEN }}
- name: Check for changes - name: Check for changes
id: filter id: filter

View File

@@ -30,7 +30,7 @@ jobs:
with: with:
# Use headBranchName from the PR object # Use headBranchName from the PR object
ref: ${{ fromJson(steps.release.outputs.pr).headBranchName }} ref: ${{ fromJson(steps.release.outputs.pr).headBranchName }}
persist-credentials: false token: ${{ secrets.CI_TOKEN }}
- name: Setup Node - name: Setup Node
if: ${{ steps.release.outputs.pr }} if: ${{ steps.release.outputs.pr }}