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 c8cd868 commit 0fa6454
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/sync-rovecomm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ 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: Update RoveComm submodule to latest commit
run: |
git config --global user.name "github-actions[bot]"
Expand Down Expand Up @@ -60,3 +54,5 @@ jobs:
--body "This pull request updates the RoveComm submodule to the latest commit." \
--reviewer "MissouriMRDT/rovecomm-review"
fi
env:
GH_TOKEN: ${{ secrets.RC_PAT_TOKEN }}

0 comments on commit 0fa6454

Please sign in to comment.