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 0fa7389 commit d4d3f45Copy full SHA for d4d3f45
.github/workflows/pr.yml
@@ -4,10 +4,10 @@ on:
4
pull_request: {}
5
6
jobs:
7
- dependencies:
8
- uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@main
9
- secrets:
10
- githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
+ # dependencies:
+ # uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@main
+ # secrets:
+ # githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
11
12
canary:
13
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
0 commit comments