css file is not getting rendered using custom default backend #774
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
name: Adds all issues | |
on: | |
issues: | |
types: | |
- opened | |
jobs: | |
add-to-project: | |
name: Add issue to project | |
runs-on: ubuntu-latest | |
permissions: | |
repository-projects: write | |
issues: write | |
steps: | |
- uses: actions/add-to-project@1b844f0c5ac6446a402e0cb3693f9be5eca188c5 # v0.6.1 | |
with: | |
project-url: https://github.com/orgs/kubernetes/projects/104 | |
github-token: ${{ secrets.PROJECT_WRITER }} |