Skip to content

Commit

Permalink
debug token configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mat83 committed Jun 27, 2024
1 parent 7b2b179 commit 38b633f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout source repository
uses: actions/checkout@v2
- name: Push to destination repository
- name: Set foundries token
run: |
git config --global user.email "github@arduino.cc"
git config --global user.name "arduino"
echo "TOKEN: ${FOUNDRIES_ACCESS_TOKEN} debug"
git config --global http.https://source.foundries.io/factories/arduino.extraheader "${FOUNDRIES_ACCESS_TOKEN}"
- name: Checkout source repository
uses: actions/checkout@v4
with:
fetch-depth: 0
path: src-repo
git clone ${REMOTE_REPO} destination
cd destination
git remote add github-repo ..
Expand Down

0 comments on commit 38b633f

Please sign in to comment.