We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7910d36 commit c76f126Copy full SHA for c76f126
1 file changed
.github/workflows/pr.yml
@@ -5,10 +5,10 @@ on:
5
- main
6
7
jobs:
8
- dependencies:
9
- uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@main
10
- secrets:
11
- githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
+ # dependencies:
+ # uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@main
+ # secrets:
+ # githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
12
13
release:
14
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
0 commit comments