We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b675efc commit 2285772Copy full SHA for 2285772
.github/workflows/winget-update.yaml
@@ -48,6 +48,8 @@ jobs:
48
cd updates.tmp
49
ln -s ../manifests manifests
50
bash make.sh
51
+ env:
52
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
53
54
- name: Check for changes
55
run: |
0 commit comments