File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,10 @@ jobs:
103
103
fetch-depth : 0
104
104
submodules : ' recursive'
105
105
106
+ - name : Set LINODE_TOKEN
107
+ run : |
108
+ echo "LINODE_TOKEN=${{ secrets[inputs.use_minimal_test_account == 'true' && 'MINIMAL_LINODE_TOKEN' || 'LINODE_TOKEN'] }}" >> $GITHUB_ENV
109
+
106
110
- name : Download kubectl and calicoctl for LKE clusters
107
111
run : |
108
112
curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl"
@@ -132,6 +136,10 @@ jobs:
132
136
run : |
133
137
pip install linode-cli
134
138
139
+ - name : Set LINODE_TOKEN
140
+ run : |
141
+ echo "LINODE_TOKEN=${{ secrets[inputs.use_minimal_test_account == 'true' && 'MINIMAL_LINODE_TOKEN' || 'LINODE_TOKEN'] }}" >> $GITHUB_ENV
142
+
135
143
- name : Create Firewall and Attach to Instances
136
144
run : |
137
145
FIREWALL_ID=$(linode-cli firewalls create --label "e2e-fw-$(date +%s)" --rules.inbound_policy "DROP" --rules.outbound_policy "ACCEPT" --text --format=id --no-headers)
You can’t perform that action at this time.
0 commit comments