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

Compare commits

...

1 Commits

Author SHA1 Message Date
Allan Bowe 7448252b22 fix: use PAT for pushing docs to another repo 2026-05-01 11:15:16 +01:00
+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