From 1a40bebaae0d4b073c569c3a2af9c54ecd97f922 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Wed, 11 Sep 2024 15:47:54 +0200 Subject: [PATCH] chore: Update permissions in pr-build.yml and version numbers --- .github/workflows/pr-build.yml | 9 +++++++++ config/sentry.php | 2 +- config/version.php | 2 +- versions.json | 6 +++--- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index cf2fae8f3..017399e73 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -16,6 +16,11 @@ env: jobs: amd64: runs-on: ubuntu-latest + permissions: + contents: read + packages: write + attestations: write + id-token: write steps: - uses: actions/checkout@v4 - name: Login to ghcr.io @@ -37,6 +42,8 @@ jobs: permissions: contents: read packages: write + attestations: write + id-token: write steps: - uses: actions/checkout@v4 - name: Login to ghcr.io @@ -58,6 +65,8 @@ jobs: permissions: contents: read packages: write + attestations: write + id-token: write needs: [amd64, aarch64] steps: - name: Checkout diff --git a/config/sentry.php b/config/sentry.php index eb0a3a508..5a0bfdaac 100644 --- a/config/sentry.php +++ b/config/sentry.php @@ -7,7 +7,7 @@ return [ // The release version of your application // Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD')) - 'release' => '4.0.0-beta.333', + 'release' => '4.0.0-beta.334', // When left empty or `null` the Laravel environment will be used 'environment' => config('app.env'), diff --git a/config/version.php b/config/version.php index c3c14e32b..f4b7ee9f7 100644 --- a/config/version.php +++ b/config/version.php @@ -1,3 +1,3 @@