hoverkraft-tech / ci-github-nodejs

Opinionated Github actions and workflows for continuous integration in NodeJs context
MIT License
0 stars 0 forks source link

This is a workaround for having workflow ref. See https://github.com/orgs/commun... #97

Open github-actions[bot] opened 3 months ago

github-actions[bot] commented 3 months ago

https://github.com/hoverkraft-tech/ci-github-nodejs/blob/38eabff5319473e3ce3695a431df2ad5c4271060/.github/workflows/__test-workflow-continuous-integration.yml#L9


on:
  workflow_call:

permissions:
  contents: read
  security-events: write
  # FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
  id-token: write

jobs:
  tests:
    uses: ./.github/workflows/continuous-integration.yml