Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Ana06 committed Apr 7, 2021
1 parent 9d79baa commit d5af7b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- name: Checkout capa-rules
uses: actions/checkout@v2
with:
repository: fireeye/capa-rules
token: ${{ secrets.CAPA_TOKEN }}
repository: Ana06/capa-rules
token: ${{ secrets.CAPA_RULES_TOKEN }}
- name: Tag capa-rules
run: |
# user information is needed to create annotated tags (with a message)
Expand All @@ -24,6 +24,6 @@ jobs:
- name: Push tag to capa-rules
uses: ad-m/github-push-action@master
with:
repository: fireeye/capa-rules
github_token: ${{ secrets.CAPA_TOKEN }}
repository: Ana06/capa-rules
github_token: ${{ secrets.CAPA_RULES_TOKEN }}
tags: true

0 comments on commit d5af7b1

Please sign in to comment.