Skip to content

Commit

Permalink
add the PAT for the dist action
Browse files Browse the repository at this point in the history
Signed-off-by: Hannah Bollar <github@hannahbollar.com>
  • Loading branch information
hanbollar committed Feb 14, 2024
1 parent 8fc43f0 commit 2820aee
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ jobs:
name: build-artifacts
path: ./dist

- name: check git status
run: |
git status --porcelain && ls -al
- name: Check for changes
id: check_changes
run: |
Expand All @@ -79,3 +75,5 @@ jobs:
else
echo "No changes detected. Exiting without committing."
fi
env:
GITHUB_TOKEN: ${{ secrets.MRJS_AND_DOCS_REPO_PAT }}

0 comments on commit 2820aee

Please sign in to comment.