We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4500ac6 commit 08bdbe9Copy full SHA for 08bdbe9
1 file changed
.github/workflows/on_pull_request.yaml
@@ -58,6 +58,8 @@ jobs:
58
- id: tests-integration
59
name: Run Integration Tests
60
shell: bash
61
+ env:
62
+ CHARMCRAFT_AUTH: ${{ secrets.CHARMHUB_TOKEN }}
63
run: |
64
pip install pyyaml
65
sudo snap install charmcraft --classic
0 commit comments