Skip to content

Bump GitHub Actions: checkout v4→v6, setup-python v5→v6 #1

Bump GitHub Actions: checkout v4→v6, setup-python v5→v6

Bump GitHub Actions: checkout v4→v6, setup-python v5→v6 #1

Workflow file for this run

name: Project automation
on:
issues:
types: [opened]
pull_request:
types: [opened]
permissions:
issues: read
pull-requests: read
jobs:
add-to-project:
name: Add to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v1.0.2
with:
project-url: https://github.com/orgs/opendecree/projects/1
github-token: ${{ secrets.PROJECT_TOKEN }}