firebase / firebase-js-sdk

Firebase Javascript SDK
https://firebase.google.com/docs/web/setup
Other
4.76k stars 873 forks source link

Workflows fail in forks #8274

Open jsoref opened 1 month ago

jsoref commented 1 month ago

Operating System

Ubuntu 24

Browser Version

N/A

Firebase SDK Version

master

Firebase SDK Product:

Logger

Describe your project's tooling

Fork this repo and run the GitHub workflows

Describe the problem

Canary Deploy fails:

https://github.com/jsoref/firebase-js-sdk/actions/runs/9302609252

npm ERR! code ENEEDAUTH
npm ERR! need auth This command requires you to be logged in to https://wombat-dressing-room.appspot.com/
npm ERR! need auth You need to authorize this machine using `npm adduser`

Health Metrics fails:

https://github.com/jsoref/firebase-js-sdk/actions/runs/9302609277

Annotations 4 errors and 2 warnings Binary Size The v0 series of google-github-actions/auth is no longer maintained. It will not receive updates, improvements, or security patches. Please upgrade to the latest supported versions: https://github.com/google-github-actions/auth Binary Size google-github-actions/auth failed with: retry function failed after 1 attempt: the GitHub Action workflow must specify exactly one of "workload_identity_provider" or "credentials_json"! If you are specifying input values via GitHub secrets, ensure the secret is being injected into the environment. By default, secrets are not passed to workflows triggered from forks, including Dependabot. Binary Size For Modular Exports The v0 series of google-github-actions/auth is no longer maintained. It will not receive updates, improvements, or security patches. Please upgrade to the latest supported versions: https://github.com/google-github-actions/auth Binary Size For Modular Exports google-github-actions/auth failed with: retry function failed after 1 attempt: the GitHub Action workflow must specify exactly one of "workload_identity_provider" or "credentials_json"! If you are specifying input values via GitHub secrets, ensure the secret is being injected into the environment. By default, secrets are not passed to workflows triggered from forks, including Dependabot. Binary Size Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, google-github-actions/auth@v0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. Binary Size For Modular Exports Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, google-github-actions/auth@v0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. Upgrade babel

https://github.com/check-spelling-sandbox/firebase-js-sdk/actions/workflows/test-changed-fcm-integration.yml Spelling Test FCM integration #4: Pull request https://github.com/check-spelling-sandbox/firebase-js-sdk/pull/1 synchronize by jsoref spelling 22 minutes agoSpelling Test FCM integration #4: Pull request https://github.com/check-spelling-sandbox/firebase-js-sdk/pull/1 synchronize by jsoref spelling 22 minutes agoSpelling Test FCM integration #4: Pull request https://github.com/check-spelling-sandbox/firebase-js-sdk/pull/1 synchronize by jsoref spelling 22 minutes ago

Steps and code to reproduce issue

  1. Fork this repository

  2. Refresh master

  3. Create branches, push them

  4. Create Pull requests

google-oss-bot commented 1 month ago

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

jsoref commented 1 month ago

Note that https://github.com/firebase/firebase-js-sdk/actions/workflows/test-changed-fcm-integration.yml is disabled in this repository, but any fork that enables actions will end up running it.