Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit ca9c281

Browse files
committed
Revert "Update .github/workflows/R-CMD-check.yaml to include GIST_TOKEN to fix CI/CD errors."
This reverts commit f0bf8ef.
1 parent f0bf8ef commit ca9c281

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ jobs:
4444
extra-packages: any::rcmdcheck
4545
needs: check
4646

47-
# Added step for testing gist creation using GIST_TOKEN
48-
- name: Run gist creation test
49-
env:
50-
GIST_TOKEN: ${{ secrets.GIST_TOKEN }}
51-
run: |
52-
echo "Running gist creation test..."
53-
Rscript -e "gistr::gist_create(file = 'tests/test-gist.md', description = 'Test gist creation')"
54-
5547
- uses: r-lib/actions/check-r-package@v2
5648
with:
5749
upload-snapshots: true

0 commit comments

Comments
 (0)