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.
2 parents 40a08c5 + 555d902 commit bd8f3d7Copy full SHA for bd8f3d7
content/wasm-functions/github-actions.md
@@ -100,7 +100,7 @@ jobs:
100
run: spin build
101
102
- name: Login to Fermyon Wasm Functions
103
- run: spin aka login --token ${{ secrets.SPIN_AKA_ACCESS_TOKEN }}
+ run: spin aka login --token $\{{ secrets.SPIN_AKA_ACCESS_TOKEN }}
104
105
- name: Deploy to Fermyon Wasm Functions
106
run: spin aka deploy
@@ -184,7 +184,7 @@ app is deployed to Fermyon Wasm Functions:
184
185
```yaml
186
187
- run: spin aka deploy --variable compression_level=${{ secrets.COMPRESSION_LEVEL }}
+ run: spin aka deploy --variable compression_level=$\{{ secrets.COMPRESSION_LEVEL }}
188
```
189
190
## Next Steps
0 commit comments