Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed May 27, 2023
1 parent e8e18b2 commit 2e86cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
env:
has_token: ${{ !!secrets.GITHUB_TOKEN }}
has_token: ${{ !!secrets.GITHUB_TOKEN && github.repository_owner == 'CasparCG' }}

- name: Prepare dependencies
run: |
echo "ok"
env:
CI: 1
CASPARCG_PUSH_IMAGES: ${{ !!secrets.GITHUB_TOKEN && github.repository_owner == 'Julusian' }}
CASPARCG_PUSH_IMAGES: ${{ !!secrets.GITHUB_TOKEN && github.repository_owner == 'CasparCG' }}

0 comments on commit 2e86cb4

Please sign in to comment.