Skip to content

Merge pull request #3 from sentrysoftware/dependabot/maven/org.apache… #4

Merge pull request #3 from sentrysoftware/dependabot/maven/org.apache…

Merge pull request #3 from sentrysoftware/dependabot/maven/org.apache… #4

Workflow file for this run

# When main branch is updated:
# - Build
# - Deploy the artifacts to Maven Central
# - Update the dependency graph
name: Maven Deploy
on:
push:
branches: [ "main" ]
jobs:
deploy:

Check failure on line 12 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / Maven Deploy

Invalid workflow file

The workflow is not valid. .github/workflows/deploy.yml (Line: 12, Col: 3): Error calling workflow 'sentrysoftware/workflows/.github/workflows/maven-central-deploy.yml@main'. The nested job 'build' is requesting 'contents: write', but is only allowed 'contents: read'.
uses: sentrysoftware/workflows/.github/workflows/maven-central-deploy.yml@main
with:
jdkVersion: "17"
secrets: inherit