We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a15b1 commit 5217972Copy full SHA for 5217972
.github/workflows/tests.yml
@@ -59,4 +59,6 @@ jobs:
59
token: ${{ secrets.GITHUB_TOKEN }}
60
debug_enabled: ${{ inputs.debug_enabled }}
61
addon_repository: ${{ github.repository }}
62
- addon_ref: ${{ github.ref }}
+ addon_ref: ${{ github.ref }}
63
+ env:
64
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments