Skip to content
New issue

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

Upgrading to latest release produces new error #739

Open
fiddlermikey opened this issue Jun 19, 2024 · 0 comments
Open

Upgrading to latest release produces new error #739

fiddlermikey opened this issue Jun 19, 2024 · 0 comments

Comments

@fiddlermikey
Copy link

I am in the process of hardening the security in our organization for our actions. After forking the repository and creating a tag for the latest (v1.10), the following error is displayed

Error: Client network socket disconnected before secure TLS connection was established

I was using v1.4 tag earlier which does not display this issue

To Reproduce Steps to reproduce the behavior:
Create a workflow:

jobs:
  codesign-binary:
    runs-on: windows-latest
    steps:
      - name: Download Release Asset
        uses: robinraju/[email protected]
        with:
          repository: "organization/repository"
          token: ${{ secrets.token }}
          latest: true
          fileName: "*.zip"
          github-api-url: "https://organization.com/api/v3"

Change the v1.10 to v1.4 and the error does not appear

Expected behavior Release asset is downloaded

  • OS: [e.g. windows-latest]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant