Skip to content

Commit

Permalink
Address review comments & self-inflicted FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
eloquence committed Mar 28, 2024
1 parent d364a0f commit 81fbba5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/update-tor.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Tor package updates
on:
schedule:
- cron: "0 6 * * *"
- cron: "0 7 * * *"
jobs:
check-for-tor-updates:
runs-on: ubuntu-latest
container: debian:bullseye-backports
container: debian:bookworm
env:
# This token is used by the issue generation script to open an issue
# in the SecureDrop repository via the `gh` CLI (hence GH_TOKEN).
Expand All @@ -20,7 +20,6 @@ jobs:
- uses: actions/checkout@v4
with:
lfs: true
fetch-depth: 0
# This token is required to push to the protected `main` branch.
token: ${{ secrets.PUSH_TOKEN }}
- name: Check for and commit Tor package updates
Expand Down
3 changes: 1 addition & 2 deletions scripts/new-tor-issue
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ import random
import subprocess
import tempfile

# FIXME: Replace with freedomofpress/securedrop once everything works
REPOSITORY = "freedomofpress/securedrop-issues-sandbox"
REPOSITORY = "freedomofpress/securedrop"
# TODO: Add more
SALUTATIONS = ["Aloha", "Bonjour", "Ciao", "Dear human overlords"]
TEMPLATE = """\
Expand Down

0 comments on commit 81fbba5

Please sign in to comment.