Skip to content

Commit 9aeb3f7

Browse files
committed
reverting the old code changes workflow
1 parent 47528d3 commit 9aeb3f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/code_changes.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212

1313
env:
1414
HUGGING_FACE_TOKEN: ${{ secrets.HUGGING_FACE_TOKEN }}
15+
POLICYENGINE_US_DATA_GITHUB_TOKEN: ${{ secrets.POLICYENGINE_US_DATA_GITHUB_TOKEN }}
1516

1617
jobs:
1718
Lint:
@@ -64,6 +65,7 @@ jobs:
6465
- name: Deploy documentation
6566
uses: JamesIves/github-pages-deploy-action@releases/v3
6667
with:
68+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6769
BRANCH: gh-pages # The branch the action should deploy to.
6870
FOLDER: docs/_build/html # The folder the action should deploy.
6971
CLEAN: true # Optionally delete the contents of the release branch before deploying.

0 commit comments

Comments
 (0)