You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enables deployment on the Lens chain and contains the deployment
metadata.
`forge` deployment on the latest stable foundry version still doesn't
work, though.
Also, updates the CLA workflow to not request personal access token
anymore.
Copy file name to clipboardExpand all lines: .github/workflows/cla.yml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,9 @@ jobs:
18
18
steps:
19
19
- name: "CLA Assistant"
20
20
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
0 commit comments