Skip to content

Commit

Permalink
updating main.yml file to include step to ensure OS Core dependency r…
Browse files Browse the repository at this point in the history
…eferences our OS Core fork
  • Loading branch information
DGieseke committed Sep 26, 2024
1 parent 1b2c0fc commit 2c7251d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-west-2

- name: Ensure OpenStates-Core Dependency References Abstract Core Fork
run: |
sed -i 's|^openstates =.*|openstates = {git = "https://github.com/washabstract/cyclades-openstates-core.git"}|' pyproject.toml
- name: Login to Amazon ECR
uses: aws-actions/amazon-ecr-login@v2
Expand Down Expand Up @@ -56,7 +60,7 @@ jobs:
private-key: ${{ secrets.PRIVATE_KEY }}

- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "washabstract/artemis"
token: ${{ steps.app-token.outputs.token }}
Expand Down

0 comments on commit 2c7251d

Please sign in to comment.