Skip to content

Commit

Permalink
fix: remove prev debugging token step
Browse files Browse the repository at this point in the history
  • Loading branch information
botanical committed Dec 18, 2024
1 parent 54c93e2 commit ecfc08d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,14 +247,8 @@ jobs:
- name: Clone the Target Repository
run: |
git clone https://github.com/${{ env.VEDA_CONFIG_REPO }}.git
git checkout develop
cd datasets
- name: Debug Token Access
run: |
curl -H "Authorization: token ${{ secrets.VEDA_CONFIG_REPO_ACCESS_TOKEN }}" \
https://api.github.com/repos/${{ env.VEDA_CONFIG_REPO }}
- name: Verify Target Repository
run: |
echo "Current Directory: $(pwd)"
Expand Down

0 comments on commit ecfc08d

Please sign in to comment.