Skip to content

Commit

Permalink
test new token
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeltm committed Mar 27, 2024
1 parent b2c14bc commit 3ac4baa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.ACTION_TRIGGER_TOKEN }}
token: ${{ secrets.DOCS_ACTION_TRIGGER_TOKEN }}
repository: defang-io/defang-docs
event-type: cli-autodoc

5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"github.vscode-pull-request-github"
]
}

0 comments on commit 3ac4baa

Please sign in to comment.