Skip to content

Commit

Permalink
add tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Enchufa2 committed Mar 16, 2023
1 parent 8cb35f2 commit 6ce94b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
- {image: 'debian', tag: 'latest'}
- {image: 'ubuntu', tag: 'latest'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 6ce94b3

Please sign in to comment.