Skip to content

Commit

Permalink
try again with a different PAT setup
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 2820aee commit 240c184
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all history for all tags and branches
token: ${{ secrets.MRJS_AND_DOCS_REPO_PAT }}

- name: remove potentially old dist
run: |
Expand All @@ -71,9 +72,7 @@ jobs:
commit_message=$'👷 MRjs - Auto Generated Dist 👷\n\nChanges at '"${GITHUB_SHA}"
git add .
git commit -m "$commit_message"
git push --quiet --set-upstream origin HEAD
git -c http.extraHeader="AUTHORIZATION: basic $(echo -n x-access-token:${{ secrets.MRJS_AND_DOCS_REPO_PAT }} | base64)" push origin HEAD:main
else
echo "No changes detected. Exiting without committing."
fi
env:
GITHUB_TOKEN: ${{ secrets.MRJS_AND_DOCS_REPO_PAT }}

0 comments on commit 240c184

Please sign in to comment.