Skip to content

Commit

Permalink
[Add] secrets to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JanGalek committed Dec 16, 2024
1 parent 13568fb commit c80dc55
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
name: Run tests and upload coverage

on:
push
pull_request:
types: [opened, synchronize, edited]
push:

permissions:
id-token: write
contents: read

jobs:
test:
uses: gouef/github-lib-template/.github/workflows/shared_tests.yml@main
secrets:
env:
GH_PAT: ${{ secrets.GH_PAT }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down

0 comments on commit c80dc55

Please sign in to comment.