question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error when pulling the action

See original GitHub issue

Hello,

I’m trying to work around the error #6 by moving our staging deployment to the master pipeline instead of listening on the deployment event. Unfortunately, I was not able to pull the action. It returns an error when seting up the job. Maybe I’m configuring it worng?

Here is the error:

Current runner version: '2.158.0'
Prepare workflow directory
Prepare all required actions
Download action repository 'actions/checkout@v1'
Download action repository 'deliverybot/helm@v1'
##[warning]Failed to download action 'https://api.github.com/repos/deliverybot/helm/tarball/v1'. Error Response status code does not indicate success: 404 (Not Found).
##[warning]Back off 24.595 seconds before retry.
##[warning]Failed to download action 'https://api.github.com/repos/deliverybot/helm/tarball/v1'. Error Response status code does not indicate success: 404 (Not Found).
##[warning]Back off 24.547 seconds before retry.
##[error]Response status code does not indicate success: 404 (Not Found).

Here is my configuration:

    - name: Deploy
      uses: deliverybot/helm@v1
      with:
        chart: ./charts/my-chart
        token: ${{ secrets.GITHUB_TOKEN }}
        secrets: ${{ toJSON(secrets) }}
        value_files: ${{ toJSON('["./charts/my-chart/values.yaml", "./charts/my-chart/values-staging.yaml"]') }} 
        release: my-chart
        namespace: default
        values: |
          tag: ${{ github.sha }}
      env:
        KUBECONFIG_FILE: ${{ secrets.STAGING_KUBECONFIG }}

Can you please help me out? Of course, I’m always happy to help if I can, just let me know.

Thank you!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
colinjfwcommented, Sep 23, 2019

Thanks again for reporting @italolelis - I’m trying to repro on a branch https://github.com/deliverybot/helm/tree/issue-repro so I’ll see if I get it.

Can see I tried to repro here: https://github.com/deliverybot/helm/runs/232949600

In the mean time, if you set the secret ACTIONS_STEP_DEBUG=true it should give you much more debugging output to view what’s going on.

0reactions
colinjfwcommented, Sep 24, 2019

Great to hear, thanks for your involvement and activity in helping out the project!

On Tue, Sep 24, 2019 at 5:35 AM Ítalo Vietro notifications@github.com wrote:

Thanks a lot @colinjfw https://github.com/colinjfw, that helped me to find what was wrong. It was the value_files that need to be with a dash value-files 🤦‍♂

I was able to deploy properly. Now the big expectation is for when Github replies to #6 https://github.com/deliverybot/helm/issues/6 😄

Thank you again. I will close this issue.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/deliverybot/helm/issues/7?email_source=notifications&email_token=ACR764NXMVU5L4GCRAVI2HDQLICQPA5CNFSM4IYXDPL2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7OFFBY#issuecomment-534532743, or mute the thread https://github.com/notifications/unsubscribe-auth/ACR764IBQMJJ5OWZVDKC4P3QLICQPANCNFSM4IYXDPLQ .

Colin Walker colinwalker270@gmail.com | colinjfw.com | 778.709.1959

Read more comments on GitHub >

github_iconTop Results From Across the Web

git - "you can't perform that action at this time" error when ...
It sounds like a permissions issue. You will need to contact the owner of that repository and check you have permissions to squash...
Read more >
Solved: Get error message for the action 'on failure'
Solved: Hi, I'm trying to set up error handling in one of my flows. I have 'Create file' action and then 'Exacute strored...
Read more >
Github Actions — checkout error - Jane - Medium
Github Actions — checkout error. When running this action to pull current branch code line into runner - uses: actions/checkout@v2.
Read more >
Running Technique: Errors in Pulling Motion - YouTube
How do we pull our foot from the ground? The pull requires a correct effort. View this video to get a good idea.Subscribe...
Read more >
Pulling and Pushing Images in the Docker Client - Harbor docs
In your Docker client is not configured for insecure registries, you will see the following error when you attempt to pull or push...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found