Open andrey-parkhomets opened 5 months ago
Test scenario:
- name: Install Open Telemetry Collector Builder (ocb) uses: jaxxstorm/action-install-gh-release@v1.12.0 with: # Grab a pure binary repo: open-telemetry/opentelemetry-collector tag: v0.62.1 extension-matching: disable rename-to: ocb chmod: 0755
local test environment nektos/act
act --container-architecture linux/amd64 \ -P enterprise-linux-runners=ghcr.io/catthehacker/ubuntu:act-22.04 \ workflow_dispatch
error message: Parameter token or opts.auth is required
Workaround: pass token: parameter with real and valid user token
Can confirm, I'm also facing this issue with nektos/akt.
nektos/akt
I don't use akt, so will take a PR for a fix here
Test scenario:
local test environment nektos/act
error message: Parameter token or opts.auth is required
Workaround: pass token: parameter with real and valid user token