Skip to content

Commit

Permalink
Fix workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed May 20, 2023
1 parent 11d229b commit a4edaca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
env:
JAVA_VERSION: 19

permissions:
contents: write

jobs:
build_bot_artifacts:
name: Build Discord Bot
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

allprojects {
group = "dev.schlaubi.tonbrett"
version = "1.2.1"
version = "1.2.2"

repositories {
mavenCentral()
Expand Down

0 comments on commit a4edaca

Please sign in to comment.