Skip to content

update permissions #713

update permissions

update permissions #713

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Code Checks
# Controls when the action will run.
on:
# Triggers the workflow on push
push:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
code-checks:
uses: Frc5572/Workflows/.github/workflows/frc-checks.yml@main