Skip to content

Commit d6fd3fc

Browse files
committed
fix workflow
1 parent 2e9f5bf commit d6fd3fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-library-refs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
Get-Item "./f95/*", "./lc/*" | ForEach-Object -Process {(Get-Content $_) -replace '[a-f0-9]{40}', $CommitHash | Set-Content $_}
2424
git add -A
2525
git commit --amend --no-edit
26-
git remote set-url origin https://x-access-token:{{ secrets.GH_PAT }}@github.com/Edexaal/scripts.git
26+
git remote set-url origin https://x-access-token:${{ secrets.GH_PAT }}@github.com/Edexaal/scripts.git
2727
git push --force origin main

0 commit comments

Comments
 (0)