Skip to content

Commit

Permalink
fix: 🐛 run of workflows in forked repos (#312) (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasAugustin authored Feb 13, 2023
1 parent 304ce62 commit 53177e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_pat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions/checkout@v3
-
name: Test action step PAT
if: github.repository_owner == 'AndreasAugustin'
uses: ./ # Uses an action in the root directory
with:
github_token: ${{ secrets.SOURCE_REPO_PAT }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_ssh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions/checkout@v3
-
name: Test action step ssh
if: github.repository_owner == 'AndreasAugustin'
uses: ./ # Uses an action in the root directory
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_ssh_gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions/checkout@v3
-
name: Test action step ssh
if: github.repository_owner == 'AndreasAugustin'
uses: ./ # Uses an action in the root directory
with:
hostname: ${{ secrets.SOURCE_REPO_GITLAB_HOSTNAME }}
Expand Down

0 comments on commit 53177e2

Please sign in to comment.