Skip to content

Commit

Permalink
Debug PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
narin committed Nov 22, 2023
1 parent 420c011 commit 3d392c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@ jobs:
echo "NEW_VERSION=$NEW_VERSION" >> "$GITHUB_OUTPUT"
echo "GIT_TAG=${{ inputs.package }}-v$NEW_VERSION" >> "$GITHUB_OUTPUT"
- name: Commit package.json changes and tag
env:
GITHUB_TOKEN: ${{ secrets.VA_MOBILE_ROBOT_GITHUB_PAT }}
run: |
echo "VA_MOBILE_ROBOT_GITHUB_PAT=${{ secrets.VA_MOBILE_ROBOT_GITHUB_PAT }}"
echo "GITHUB_TOKEN=${{ env.GITHUB_TOKEN }}"
git config --global user.name 'VA Automation Bot'
git config --global user.email '[email protected]'
git pull
Expand Down

0 comments on commit 3d392c3

Please sign in to comment.