fix: quotas query param name #26
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Automatically assigns new issues | |
# to the Cloud Team project | |
# https://github.com/orgs/WalletConnect/projects/9 | |
name: assign | |
on: | |
issues: | |
types: [opened] | |
pull_request: | |
types: [opened] | |
jobs: | |
add-to-project: | |
name: Add issue to Cloud Team | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
with: | |
project-url: https://github.com/orgs/WalletConnect/projects/9 | |
github-token: ${{ secrets.ASSIGN_TO_PROJECT_GITHUB_TOKEN }} | |