We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85aff20 commit dd4f3cdCopy full SHA for dd4f3cd
1 file changed
Makefile
@@ -0,0 +1,5 @@
1
+export GITHUB_TOKEN=$(shell gh auth token)
2
+
3
+.PHONY: test
4
+test:
5
+ @act push -j test --container-architecture=linux/$(shell uname -m) --secret GITHUB_TOKEN=${GITHUB_TOKEN}
0 commit comments