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 fb79819 commit 8d14b95Copy full SHA for 8d14b95
.github/workflows/framework-build-cache.yml
@@ -50,6 +50,11 @@ jobs:
50
with:
51
repository: smartcontractkit/chainlink
52
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
58
- name: Run System Tests
59
env:
60
CTF_CONFIGS: ${{ matrix.test.config }}
0 commit comments