Skip to content

Commit

Permalink
Update UpdateMembers.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq committed Feb 2, 2024
1 parent 57ace33 commit b02328e
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions .github/workflows/UpdateMembers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,13 @@ jobs:
if: github.repository == 'pangeo-data/pangeo-cloud-federation'
steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set Up Python 3.7
uses: actions/setup-python@v1
- name: Set Up Python
uses: actions/setup-python@v5
with:
python-version: 3.7

- name: Enable Pip Cache
uses: actions/cache@v1
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/.github/scripts/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
python-version: 3.11
cache: 'pip'

- name: Install Dependencies
run: |
Expand All @@ -38,12 +31,13 @@ jobs:
cd .github/scripts
./decrypt_secret.sh
- name: Update aws-uswest2 team
env:
PANGEOBOT_TOKEN: ${{ secrets.PANGEOBOT_TOKEN }}
run: |
cd .github/scripts
./update_membership.py aws-uswest2
# AWS Pangeo JupyterHub no longer operational
# - name: Update aws-uswest2 team
# env:
# PANGEOBOT_TOKEN: ${{ secrets.PANGEOBOT_TOKEN }}
# run: |
# cd .github/scripts
# ./update_membership.py aws-uswest2

- name: Update us-central1-b-gcp team
env:
Expand Down

0 comments on commit b02328e

Please sign in to comment.