Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/maven_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
types:
- published

permissions:
contents: read

jobs:
ubuntu-latest-aurora-release-to-maven:
name: 'Build And Release to Maven'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/maven_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- main
workflow_dispatch:

permissions:
contents: read

jobs:
ubuntu-latest-aurora-snapshot-to-maven:
name: 'Build And Upload Snapshot to Maven'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ concurrency:
group: environment-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read

jobs:
ubuntu-latest-aurora-run-community-tests:
name: 'Run Community Tests'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/remove-old-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
# Every day at 1am
- cron: '0 1 * * *'

permissions:
actions: write

jobs:
remove-old-artifacts:
runs-on: ubuntu-latest
Expand Down