From acaa7c5419759dfb9ed253fce864e7fbd29cfe5e Mon Sep 17 00:00:00 2001 From: The BEAM Bot <157067248+thebeambot@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:47:54 -0400 Subject: [PATCH] chore: sync files with beam-community/common-config (#681) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/workflows/common-config.yaml | 2 +- .github/workflows/pr.yaml | 3 +++ .github/workflows/release.yaml | 3 +-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/common-config.yaml b/.github/workflows/common-config.yaml index fa20cb90..d98d0246 100644 --- a/.github/workflows/common-config.yaml +++ b/.github/workflows/common-config.yaml @@ -38,7 +38,7 @@ jobs: uses: stordco/actions-elixir/setup@v1 with: github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} - elixir-version: "1.15" + elixir-version: "1.16" otp-version: "26.0" - name: Sync diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index a176a040..1b07ab71 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -13,6 +13,9 @@ on: jobs: Title: + permissions: + pull-requests: read + if: ${{ github.event_name == 'pull_request' }} name: Check Title runs-on: ubuntu-latest diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 674f5c2c..335c8a96 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,9 +14,8 @@ jobs: steps: - id: release name: Release - uses: google-github-actions/release-please-action@v4 + uses: googleapis/release-please-action@v4 with: - command: manifest config-file: .github/release-please-config.json manifest-file: .github/release-please-manifest.json release-type: elixir