Skip to content

Commit

Permalink
Update sync-rovecomm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Byrdman32 authored Oct 15, 2024
1 parent 9fc71ca commit 13de21d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/sync-rovecomm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
submodules: true
fetch-depth: 0

- name: Set up GitHub CLI
run: |
sudo apt-get install -y gh
echo "${{ secrets.PAT_TOKEN }}" | gh auth login --with-token
gh auth setup-git # Ensure gh is authenticated with GITHUB_TOKEN
# - name: Set up GitHub CLI
# run: |
# sudo apt-get install -y gh
# echo "${{ secrets.PAT_TOKEN }}" | gh auth login --with-token
# gh auth setup-git # Ensure gh is authenticated with GITHUB_TOKEN

- name: Update RoveComm submodule to latest commit
run: |
Expand Down Expand Up @@ -60,3 +60,5 @@ jobs:
--body "This pull request updates the RoveComm submodule to the latest commit." \
--reviewer "MissouriMRDT/rovecomm-review"
fi
env:
GH_TOKEN: ${{ secrets.PAT_TOKEN }}

0 comments on commit 13de21d

Please sign in to comment.