[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 11 jobs: 12 build-and-deploy: 13 runs-on: ubuntu-latest 14 15 steps:
··· 10 11 jobs: 12 build-and-deploy: 13 + permissions: 14 + contents: read 15 + packages: write 16 + 17 runs-on: ubuntu-latest 18 19 steps: