riege / code-quality

Linter configurations and Github Action workflow for super-linter
Universal Permissive License v1.0
3 stars 1 forks source link

Using ${{ secrets.GITHUB_TOKEN }} doesn't work in reusable workflow #14

Closed wiebeck closed 2 years ago

wiebeck commented 2 years ago

In order to use secrets you need to define them similar to inputs and pass them from the calling workflow.

At least that's what I believe when looking at this error and this documentation.

HardTy commented 2 years ago

The issue should be solved?