eLco / setup-vault

Sets up HashiCorp Vault CLI in your GitHub Actions workflow.
MIT License
0 stars 3 forks source link

Workflow run fails when I use this action #9

Open srinucsedon opened 2 months ago

srinucsedon commented 2 months ago

I tried to use the action with default steps below, however my job not even initializing if I use this action, if I comment this action, then workflow run successful.

I'm using ubuntu-latest github runner for my workflow.

steps:

Failure workflow run status: Startup failure

Workflow file:

name: Greeting Workflow

on:
  workflow_dispatch:

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v3

    - name: Set up Vault CLI
      uses: eLco/setup-vault@v1

    - name: Verify Vault CLI installation
      run: vault --version

make a note that no indentation or syntax errors. If I use curl method to extract package and install using apt is working fine. However if I use this action, I'm having issue. Thanks.

eLco commented 2 months ago

Hey @srinucsedon, could you please check Actions settings for your repo. Could you please provide a debug log for failed workflow run? Could you please re run workflow today, maybe there was a incident on github side? IMG_2076 IMG_2075