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 8a65822 commit 0f30528Copy full SHA for 0f30528
.github/workflows/release.yml
@@ -17,6 +17,8 @@ jobs:
17
name: Release
18
runs-on: ubuntu-latest
19
timeout-minutes: 10
20
+ # do not attempt running in forks
21
+ if: github.repository_owner == 'vercel'
22
steps:
23
- name: Create access token for GitHub App
24
uses: actions/create-github-app-token@v2
0 commit comments