Skip to content

Release v3.7.2

Release v3.7.2 #318

Workflow file for this run

# SPDX-FileCopyrightText: 2023 Erlang Ecosystem Foundation
# SPDX-License-Identifier: Apache-2.0
on:
push:
branches:
- "main"
name: "Main Branch"
permissions:
contents: read
jobs:
test:
name: "Test"
permissions:
contents: read
security-events: write
uses: ./.github/workflows/part_test.yml
secrets:
OID_CERTIFICATION_API_TOKEN: ${{ secrets.OID_CERTIFICATION_API_TOKEN }}
license:
name: "License"
permissions:
id-token: write
contents: read
attestations: write
uses: ./.github/workflows/part_license.yml
with:
attest: false
docs:
name: "Docs"
permissions:
id-token: write
contents: read
attestations: write
uses: ./.github/workflows/part_docs.yml
with:
attest: false
dependency_submission:
name: "Mix Dependency Submission"
permissions:
contents: write
uses: ./.github/workflows/part_dependency_submission.yml