Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/specterops/.github
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaddalena committed Mar 28, 2024
2 parents 57a2061 + 99a6b00 commit 1a2daff
Show file tree
Hide file tree
Showing 4 changed files with 601 additions and 799 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/fetch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,23 @@ on:
push:
branches:
- main
permissions:
contents: write

env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

jobs:
fetch:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Check out source code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip' # caching pip dependencies
Expand Down
Loading

0 comments on commit 1a2daff

Please sign in to comment.