* Adds valid PAT testing to existing ec2 pipes adds the same workflow seen in gradle.yml to other pipelines * Reorder PAT selection rename SELF_RUNNER_GITHUB_ACCESS_TOKEN_1 -> DAVINCHIA_PAT remove LABEL_BOT_USERNAME
16 lines
344 B
YAML
16 lines
344 B
YAML
name: CI
|
|
on:
|
|
issues:
|
|
types: [opened]
|
|
pull_request_target:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
action:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: harshithmullapudi/label-actions@75686c2b3de17244526f10a22424f319d0bc134f
|
|
with:
|
|
github-token: ${{ secrets.OCTAVIA_PAT }}
|
|
github-username: octavia-squidington-iii
|