Skip to content

Commit

Permalink
Added echo for github token
Browse files Browse the repository at this point in the history
  • Loading branch information
Struck713 committed Jan 21, 2024
1 parent cbcefda commit 36fbb5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
- name: Pull and build
run: |
cd ~/barbarian-bot/
echo ${GITHUB_ACTOR}
echo ${GITHUB_TOKEN}
git fetch "https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
git checkout master
git pull "https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
Expand Down

0 comments on commit 36fbb5e

Please sign in to comment.