We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790297c commit ed57be2Copy full SHA for ed57be2
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