Skip to content

Commit 8d14b95

Browse files
committed
try again
1 parent fb79819 commit 8d14b95

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/framework-build-cache.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ jobs:
5050
with:
5151
repository: smartcontractkit/chainlink
5252
path: chainlink-repo
53+
- name: Set up Environment Variables
54+
run: |
55+
echo "GITHUB_SERVER_URL=${{ github.server_url }}" >> $GITHUB_ENV
56+
echo "GITHUB_REPOSITORY=${{ github.repository }}" >> $GITHUB_ENV
57+
echo "GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_ENV
5358
- name: Run System Tests
5459
env:
5560
CTF_CONFIGS: ${{ matrix.test.config }}

0 commit comments

Comments
 (0)