[WIP] music platform user data scraper
teal-fm atproto

Update build.yaml

authored by kyle loveless and committed by GitHub 9b59f5ea 5bd6cd91

Changed files
+4
.github
workflows
+4
.github/workflows/build.yaml
··· 10 10 11 11 jobs: 12 12 build-and-deploy: 13 + permissions: 14 + contents: read 15 + packages: write 16 + 13 17 runs-on: ubuntu-latest 14 18 15 19 steps: