Skip to content

Refactor tests to be integration tests rather than E2E deployments #25

Refactor tests to be integration tests rather than E2E deployments

Refactor tests to be integration tests rather than E2E deployments #25

Workflow file for this run

name: Issue
on:
issues:
types:
- opened
- transferred
jobs:
add-to-project:
name: Add issue to workers-sdk GH project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/cloudflare/projects/1
github-token: ${{ secrets.GH_ACCESS_TOKEN }}