{"id":17551378,"url":"https://github.com/robingenz/action-firebase-cloud-storage-upload","last_synced_at":"2026-02-11T11:35:44.696Z","repository":{"id":234413180,"uuid":"788818290","full_name":"robingenz/action-firebase-cloud-storage-upload","owner":"robingenz","description":"🤖 GitHub Action to upload files to Firebase Cloud Storage.","archived":false,"fork":false,"pushed_at":"2024-04-20T15:25:21.000Z","size":854,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-14T18:57:18.430Z","etag":null,"topics":["actions","firebase","firebase-storage"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robingenz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-04-19T06:29:51.000Z","updated_at":"2024-08-03T20:50:14.000Z","dependencies_parsed_at":"2024-04-20T17:05:07.416Z","dependency_job_id":null,"html_url":"https://github.com/robingenz/action-firebase-cloud-storage-upload","commit_stats":null,"previous_names":["robingenz/firebase-cloud-storage-upload-action","robingenz/action-firebase-cloud-storage-upload"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/robingenz/action-firebase-cloud-storage-upload","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robingenz%2Faction-firebase-cloud-storage-upload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robingenz%2Faction-firebase-cloud-storage-upload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robingenz%2Faction-firebase-cloud-storage-upload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robingenz%2Faction-firebase-cloud-storage-upload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robingenz","download_url":"https://codeload.github.com/robingenz/action-firebase-cloud-storage-upload/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robingenz%2Faction-firebase-cloud-storage-upload/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29332625,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","firebase","firebase-storage"],"created_at":"2024-10-21T04:45:41.733Z","updated_at":"2026-02-11T11:35:44.682Z","avatar_url":"https://github.com/robingenz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# action-firebase-cloud-storage-upload\n\nGitHub Action to upload a file to [Firebase Cloud Storage](https://firebase.google.com/products/storage).\n\n## Usage\n\n```yaml\n- uses: robingenz/action-firebase-cloud-storage-upload@v1.0.0\n  with:\n    # The destination path in Firebase Cloud Storage.\n    # Required.\n    destination: ''\n    # The Firebase service account key in JSON format.\n    # Required.\n    firebaseServiceAccountKey: ''\n    # The path to the file that should be uploaded.\n    # Required.\n    path: ''\n    # The storage bucket name.\n    # Required.\n    storageBucket: ''\n```\n\n## Example\n\n```yaml\nname: Upload file to Firebase Cloud Storage\non:\n  push:\n    branches:\n      - main\njobs:\n  uplaod-file:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Upload file to Firebase Cloud Storage\n        uses: robingenz/action-firebase-cloud-storage-upload@v1.0.0\n        id: upload-action\n        with:\n            destination: 'test/README.md'\n            firebaseServiceAccountKey: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_KEY }}\n            path: 'README.md'\n            storageBucket: 'my-bucket.appspot.com'\n      - name: Print download URL\n        run: echo ${{ steps.upload-action.outputs.downloadUrl }}\n```\n\n## License\n\nSee [LICENSE](./LICENSE).\n\n[^1]: This project is not affiliated with, endorsed by, sponsored by, or approved by Google LLC or any of their affiliates or subsidiaries. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobingenz%2Faction-firebase-cloud-storage-upload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobingenz%2Faction-firebase-cloud-storage-upload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobingenz%2Faction-firebase-cloud-storage-upload/lists"}