Skip to content

πŸ”„ synced file(s) with RakambdaOrg/rakambda-github-files #296

πŸ”„ synced file(s) with RakambdaOrg/rakambda-github-files

πŸ”„ synced file(s) with RakambdaOrg/rakambda-github-files #296

Workflow file for this run

name: Build
on:
push:
workflow_dispatch:
jobs:
build:

Check failure on line 8 in .github/workflows/gradle_ci.yml

View workflow run for this annotation

GitHub Actions / Build

Invalid workflow file

The workflow is not valid. .github/workflows/gradle_ci.yml (Line: 8, Col: 3): Error calling workflow 'Rakambda/rakambda-github-workflows/.github/workflows/gradle-build.yml@main'. The workflow is requesting 'contents: write', but is only allowed 'contents: read'.
uses: Rakambda/rakambda-github-workflows/.github/workflows/gradle-build.yml@main
with:
java-version: ${{ vars.JAVA_VERSION }}
artifact-name: Gradle-Libs
dropbox:
uses: Rakambda/rakambda-github-workflows/.github/workflows/dropbox-publish-artifact.yml@main
if: ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
needs:
- build
with:
artifact-name: Gradle-Libs
source: "filesecure-shaded.jar"
target: "/Documents/JARs/FileSecure.jar"
secrets:
dropbox-token: ${{ secrets.DROPBOX_TOKEN }}