Open
Description
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment