Skip to content

Commit

Permalink
Merge pull request #5 from tawanda-kembo/feat/automate-versioning
Browse files Browse the repository at this point in the history
chore: debug PAT_TOKEN usage in GitHub Actions workflow
  • Loading branch information
tawandakembo authored Jul 27, 2024
2 parents a7fc7bb + f8fec39 commit 706c465
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bump_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ NEW_VERSION="$MAJOR.$MINOR.$PATCH"
git config --global user.name "github-actions"
git config --global user.email "[email protected]"

# Debug information
echo "Setting remote URL with PAT_TOKEN"
echo "PAT_TOKEN: $PAT_TOKEN"

# Set the remote URL with the PAT
git remote set-url origin https://${PAT_TOKEN}@github.com/tawanda-kembo/code-collator.git

Expand Down

0 comments on commit 706c465

Please sign in to comment.