Add copy workflow

This commit is contained in:
Jorge
2024-02-16 16:03:01 +01:00
committed by GitHub
parent 8ae1e26d5d
commit 4e44444d5a

20
.github/workflows/copy-to-bughalla.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: Copy to Bughalla
on: push
permissions:
contents: read
jobs:
copy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: gh auth setup-git
env:
GITHUB_TOKEN: ${{ secrets.BUGHALLA_TOKEN }}
- run: rm -rf .github/workflows/copy-to-bughalla.yml
- run: git remote add fork https://github.com/bughalla/codeql-actions
- run: git push fork master --force