Skip to content

Commit

Permalink
ci: update release secret tokens
Browse files Browse the repository at this point in the history
Signed-off-by: goncalo-frade-iohk <goncalo.frade@iohk.io>
  • Loading branch information
goncalo-frade-iohk committed Sep 12, 2024
1 parent 7e2737c commit b7ad212
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on:
jobs:
release:
env:
ATALA_GITHUB_ACTOR: ${{ secrets.ATALA_GITHUB_ACTOR }}
ATALA_GITHUB_TOKEN: ${{ secrets.ATALA_GITHUB_TOKEN }}
ATALA_GITHUB_ACTOR: ${{ github.actor }}
ATALA_GITHUB_TOKEN: ${{ secrets.IDENTUS_CI }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.ATALA_GITHUB_TOKEN }}
token: ${{ secrets.IDENTUS_CI }}
fetch-depth: 0

- name: Setup Node.js
Expand Down

0 comments on commit b7ad212

Please sign in to comment.