Skip to content

Add GITHUB_TOKEN to environment variables in CI failure handling #3

Add GITHUB_TOKEN to environment variables in CI failure handling

Add GITHUB_TOKEN to environment variables in CI failure handling #3

Workflow file for this run

name: CI
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: echo "Hello, world!"
- run: exit 1