Skip to content

try permissions 3

try permissions 3 #155

name: Test Install Scripts Debian
on:
schedule:
# run at 5:00 every sunday
- cron: '0 5 * * 0'
push:
branches-ignore:
- 'future3/**'
pull_request:
# The branches below must be a subset of the branches above
branches: [ develop ]
# let only one instance run the test so cache is not corrupted.
# cancel already running instances as only the last run will be relevant
concurrency:
group: ${{ github.ref }}-test-debian
cancel-in-progress: true
permissions: read-all
jobs:
# Build container and run tests
run:

Check failure on line 25 in .github/workflows/test_docker_debian.yml

View workflow run for this annotation

GitHub Actions / Test Install Scripts Debian

Invalid workflow file

The workflow is not valid. .github/workflows/test_docker_debian.yml (Line: 25, Col: 3): Error calling workflow 'AlvinSchiller/RPi-Jukebox-RFID/.github/workflows/test_docker_debian_versionname_sub.yml@631f53c576dac85b893e325302cf45819ae8bdf4'. The nested job 'cleanup' is requesting 'actions: write, checks: write, contents: write, deployments: write, discussions: write, issues: write, packages: write, pages: write, pull-requests: write, repository-projects: write, statuses: write, security-events: write, id-token: write', b[...]
name: ${{ matrix.debian_version_name }}
strategy:
fail-fast: false
matrix:
debian_version_name: ['bullseye', 'buster']
uses: ./.github/workflows/test_docker_debian_versionname_sub.yml
with:
runs_on: ubuntu-latest
platform: linux/arm/v7
docker_image_name: rpi-jukebox-rfid
cache_scope: ${{ github.ref }}-test-debian
matrix_usernames: "['pi', 'hans']"
matrix_test_scripts: "['run_installation_tests.sh', 'run_installation_tests2.sh', 'run_installation_tests3.sh']"
debian_version_name: ${{ matrix.debian_version_name }}