Skip to content

Commit

Permalink
try to fix missing token issue
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Oct 2, 2024
1 parent 90e556a commit ab90c07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
with:
fetch-depth: 0
ref: main
token: ${{ secrets.HEDERA_BOT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Import GPG Key
id: gpg_importer
Expand Down Expand Up @@ -218,4 +218,4 @@ jobs:
delete-branch: true
signoff: true
title: ${{ needs.release.outputs.pr_title }}
token: ${{ secrets.HEDERA_BOT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ab90c07

Please sign in to comment.