We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d15529 commit 1f6678dCopy full SHA for 1f6678d
.github/workflows/integration-tests.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Debug API Permissions
29
env:
30
- GH_TOKEN: ${{ github.token }}
+ GH_TOKEN: ${{ secrets.GH_READ_PACKAGES_SECRET }}
31
run: |
32
echo "🔍 Testing API permissions..."
33
0 commit comments