🐹 Change Mirror CI Branch #3296
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: 🗃️ Automated Project - Hamster 🐹 | |
on: | |
issues: | |
types: [opened, edited] | |
pull_request: | |
types: [opened, edited, synchronize] | |
pull_request_target: | |
types: [opened, edited, synchronize] | |
workflow_dispatch: | |
jobs: | |
add_to_project: | |
name: Add Everything to Project | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repository | |
uses: actions/checkout@v4 | |
- name: Add Everything to Project | |
uses: actions/[email protected] | |
with: | |
project-url: 'https://github.com/users/offensive-vk/projects/9' | |
github-token: ${{ secrets.BOT_TOKEN || secrets.GITHUB_TOKEN }} |