Skip to content

Commit 5217972

Browse files
committed
Use automatically temporal created GITHUB_TOKEN by GitHub for each test
1 parent 70a15b1 commit 5217972

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,6 @@ jobs:
5959
token: ${{ secrets.GITHUB_TOKEN }}
6060
debug_enabled: ${{ inputs.debug_enabled }}
6161
addon_repository: ${{ github.repository }}
62-
addon_ref: ${{ github.ref }}
62+
addon_ref: ${{ github.ref }}
63+
env:
64+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)