You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
We are trying to fetch a service account which is in the format of JSON from Conjur using cyberark/conjur-action@v2.0.5 through Github Actions. When the workflow runs, we are getting below error. Tried with v2.0.6 as well but facing the same issue. Is there any known issues with this action in fetching a JSON value?
Error: Unable to process file command 'env' successfully.
Error: Invalid format ' "type": "service_account",'
Hi,
We are trying to fetch a service account which is in the format of JSON from Conjur using cyberark/conjur-action@v2.0.5 through Github Actions. When the workflow runs, we are getting below error. Tried with v2.0.6 as well but facing the same issue. Is there any known issues with this action in fetching a JSON value?
Error: Unable to process file command 'env' successfully.
Error: Invalid format ' "type": "service_account",'
Below is my workflow file :
name: conjur-cloud-apikey
on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
The text was updated successfully, but these errors were encountered: