Skip to content

Commit

Permalink
archive: Move token to step level
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Dec 10, 2024
1 parent eeb3a9a commit b8c3f7f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
name: Archive EOL repositories
runs-on: ubuntu-latest
timeout-minutes: 120
env:
GITHUB_TOKEN: ${{ secrets.FLATHUBBOT_TOKEN }}
steps:
- uses: actions/checkout@v4

Expand All @@ -28,7 +26,8 @@ jobs:
- name: Run EOL script
run: python3 .github/scripts/archive_eol.py
env:
GITHUB_TOKEN: ${{ secrets.FLATHUBBOT_TOKEN }}

- name: Run orphan script
if: false
run: python3 .github/scripts/archive_orphan.py
# - name: Run orphan script
# run: python3 .github/scripts/archive_orphan.py

0 comments on commit b8c3f7f

Please sign in to comment.