Skip to content

chore(deps): update dependency gradle to v8.11.1 #6

chore(deps): update dependency gradle to v8.11.1

chore(deps): update dependency gradle to v8.11.1 #6

Workflow file for this run

name: Pull Request Workflow
on:
pull_request:
types: [ opened, synchronize, reopened ]
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
test:
name: Test
uses: monta-app/github-workflows/.github/workflows/pull-request.yaml@v2
secrets:
GHL_USERNAME: ${{ secrets.GHL_USERNAME }}
GHL_PASSWORD: ${{ secrets.GHL_PASSWORD }}
SLACK_APP_TOKEN: ${{ secrets.SLACK_APP_TOKEN }}

Check failure on line 18 in .github/workflows/pull_request.yml

View workflow run for this annotation

GitHub Actions / Pull Request Workflow

Invalid workflow file

The workflow is not valid. .github/workflows/pull_request.yml (Line: 18, Col: 24): Invalid secret, SLACK_APP_TOKEN is not defined in the referenced workflow.
static-code-analysis:
name: Static Code Analysis
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Run detekt
uses: monta-app/detekt-action@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}