We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ae1e26 commit 4e44444Copy full SHA for 4e44444
1 file changed
.github/workflows/copy-to-bughalla.yml
@@ -0,0 +1,20 @@
1
+name: Copy to Bughalla
2
+
3
+on: push
4
5
+permissions:
6
+ contents: read
7
8
+jobs:
9
+ copy:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: actions/checkout@v4
13
14
+ - run: gh auth setup-git
15
+ env:
16
+ GITHUB_TOKEN: ${{ secrets.BUGHALLA_TOKEN }}
17
18
+ - run: rm -rf .github/workflows/copy-to-bughalla.yml
19
+ - run: git remote add fork https://github.com/bughalla/codeql-actions
20
+ - run: git push fork master --force
0 commit comments