Skip to content

Commit

Permalink
ci(release): add atala github token variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Baliasnikov committed Nov 9, 2022
1 parent 3e9274f commit 3d85c6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -17,6 +17,7 @@ jobs:
env:
GITHUB_ACTOR: ${{ secrets.ATALA_GITHUB_ACTOR }}
GITHUB_TOKEN: ${{ secrets.ATALA_GITHUB_TOKEN }}
ATALA_GITHUB_TOKEN: ${{ secrets.ATALA_GITHUB_TOKEN }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3d85c6a

Please sign in to comment.