We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54b7a9 commit 295b8e4Copy full SHA for 295b8e4
.github/workflows/addon-docs.yml
@@ -8,6 +8,8 @@ on:
8
- "**"
9
jobs:
10
build:
11
+ env:
12
+ DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v4
0 commit comments