We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, could you guys provide a way to use serviceAccount from secrets instead of file? As an example this action offers it
serviceAccount
secrets
The text was updated successfully, but these errors were encountered:
For now this can be used:
- name: Decode AppDistribution ServiceAccount to JSON file id: decode-appdistribution-serviceaccount uses: timheuer/base64-to-file@master with: fileName: 'service-account.json' fileDir: './app_distribution/' encodedString: ${{ secrets.SERVICE_ACC_FIREBASE }}
then
serviceCredentialsFile: ${{ steps.decode-appdistribution-serviceaccount.outputs.filePath }}
Sorry, something went wrong.
Nice idea, thanks! I'm adding this to the backlog but if anyone is willing to work on that, please feel free to provide a PR.
Successfully merging a pull request may close this issue.
Hi,
could you guys provide a way to use
serviceAccount
fromsecrets
instead of file? As an example this action offers itThe text was updated successfully, but these errors were encountered: