Skip to content

Add GitHub Action for Tor update check #6

Add GitHub Action for Tor update check

Add GitHub Action for Tor update check #6

name: Create issue in sandbox repo
on: [pull_request]
jobs:
buildinfo:
runs-on: ubuntu-latest
container: debian:bullseye-backports
env:
GH_TOKEN: ${{ secrets.SANDBOX_TOKEN }}
permissions:
issues: write
steps:
- name: Install dependencies
run: |
apt-get update && apt-get install --yes python3 gh git git-lfs
- uses: actions/checkout@v4
with:
lfs: true
fetch-depth: 0
- name: Create issue in sandbox repo
run: |
git config --global --add safe.directory '*'
./scripts/new-tor-issue