We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c50ef commit 11cca36Copy full SHA for 11cca36
1 file changed
.github/workflows/update-reproducibles.yml
@@ -21,6 +21,7 @@ jobs:
21
- uses: actions/checkout@v6
22
with:
23
ref: ${{ github.head_ref }}
24
+ token: ${{ secrets.GITHUB_TOKEN }}
25
- uses: actions/setup-python@v6
26
27
python-version: "3.11"
0 commit comments