cal-itp / customer-success

Customer service and CRM tasks and related code
2 stars 1 forks source link

Refactor: store last_note_id in repo variable #507

Closed thekaveman closed 4 months ago

thekaveman commented 4 months ago

Follow up to #497.

We can't (easily) download artifacts between workflow runs, the actions/download-artifact step is for downloading artifacts created during the workflow run.

Since the last_note_id is a non-sensitive value, it can be stored in a repo variable instead.