ccao-data / ptaxsim

R package for estimating Cook County property tax bills
https://ccao-data.github.io/ptaxsim/
GNU Affero General Public License v3.0
11 stars 2 forks source link

Refactor GHA to use composite action instead of workflow #17

Closed dfsnow closed 1 year ago

dfsnow commented 1 year ago

This PR simplifies PTAXSIM's GitHub Actions workflows. It replaces the composable workflow to download and extract PTAXSIM with a single composite action. It also replaces long-lived AWS credentials with an OIDC assumed role.

Closes #15 and #16.

codecov[bot] commented 1 year ago

Codecov Report

Merging #17 (ba4fc73) into master (0a4c678) will not change coverage. The diff coverage is n/a.

:exclamation: Current head ba4fc73 differs from pull request most recent head 36b1ab6. Consider uploading reports for the commit 36b1ab6 to get more accurate results

@@            Coverage Diff            @@
##            master       #17   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          439       439           
=========================================
  Hits           439       439           
dfsnow commented 1 year ago

@jeancochrane or @wrridgeway, can one of you give this a quick gander before I yolo this into master?