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... #104

Open github-actions[bot] opened 3 months ago

github-actions[bot] commented 3 months ago

https://github.com/hoverkraft-tech/ci-github-nodejs/blob/83de5664f051c515746f51faa7c72c239488c1f3/.github/workflows/__main-ci.yml#L14


    branches: [main]
    tags: ["*"]

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

concurrency:
  group: ${{ github.workflow }}-${{ github.ref }}
  cancel-in-progress: true