Skip to content

Commit caf3c4c

Browse files
authored
Merge branch 'master' into feat/bw
2 parents a295317 + 21421f7 commit caf3c4c

135 files changed

Lines changed: 2009 additions & 1989 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches: [ "master" ]
66

7+
permissions:
8+
contents: write
9+
710
jobs:
811
build:
912
runs-on: ubuntu-latest
@@ -38,7 +41,7 @@ jobs:
3841
- name: Add Jar to GitHub releases
3942
uses: marvinpinto/action-automatic-releases@latest
4043
with:
41-
repo_token: "${{ secrets.TOKEN_GITHUB }}"
44+
repo_token: "${{ secrets.GITHUB_TOKEN }}"
4245
automatic_release_tag: "latest"
4346
prerelease: false
4447
title: "Automatic Build"
-17 Bytes
Binary file not shown.
-29.4 KB
Binary file not shown.
-37.3 KB
Binary file not shown.

.gradle/8.7/dependencies-accessors/gc.properties

Whitespace-only changes.
-711 KB
Binary file not shown.
-17 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.
-136 KB
Binary file not shown.
-17 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)