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
Ideally use service-account-token as part input, so that these type configurations are documented under https://github.com/1Password/load-secrets-action/blob/main/action.yml
service-account-token
- name: Load 1Password Secrets uses: 1password/load-secrets-action@v1 with: export-env: true service-account-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} # THIS # Instead of the following # env: # OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Ideally use
service-account-token
as part input, so that these type configurations are documented under https://github.com/1Password/load-secrets-action/blob/main/action.ymlThe text was updated successfully, but these errors were encountered: