1
0
mirror of https://github.com/sasjs/core.git synced 2026-06-08 20:10:20 +00:00

fix: use PAT for pushing docs to another repo

This commit is contained in:
Allan Bowe
2026-05-01 11:15:16 +01:00
committed by GitHub
parent 1fb52d5f73
commit 7448252b22
+1 -1
View File
@@ -71,5 +71,5 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y doxygen
export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
export GITHUB_TOKEN=${{ secrets.CORESASJSIO_PAT }}
npm run docs