Skip to content

Commit 2c14094

Browse files
committed
Remove deprecated secret decryption scripts and comment out unused steps in the GitHub Actions workflow
1 parent cbaba88 commit 2c14094

File tree

3 files changed

+4
-76
lines changed

3 files changed

+4
-76
lines changed

.github/decrypt_secret.sh

Lines changed: 0 additions & 53 deletions
This file was deleted.

.github/decrypt_secret_gd.sh

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/targets.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
container: adamwilsonlab/emma:latest
4949
env:
50-
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
50+
# GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
5151
RENV_PATHS_ROOT: ~/.local/share/renv
5252
ACTIONS_RUNNER_DEBUG: true
5353
steps:
@@ -57,9 +57,9 @@ jobs:
5757
lfs: true
5858
- name: Whitelist directory
5959
run: git config --global --add safe.directory /__w/emma_envdata/emma_envdata
60-
- name: Checkout LFS objects
61-
run: git lfs checkout
62-
continue-on-error: true
60+
# - name: Checkout LFS objects
61+
# run: git lfs checkout
62+
# continue-on-error: true
6363
- name: Install R Package Dependencies
6464
run: |-
6565
Rscript -e "questionr::qscan(list.files(pattern='*.R',recursive=T), load = TRUE, detail = TRUE)" # this scans all scripts and installs any needed packages

0 commit comments

Comments
 (0)