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 @@