From d5af7b1c2c82bc0853a039d18374201c7b6628ba Mon Sep 17 00:00:00 2001 From: Ana Maria Martinez Gomez Date: Wed, 7 Apr 2021 18:39:41 +0200 Subject: [PATCH] wip --- .github/workflows/tag.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index a2d943156..50bbdfdd5 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -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) @@ -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