Skip to content

Commit a43847d

Browse files
committed
Testing container CI
1 parent cd578fb commit a43847d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/container-test.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
on:
2+
workflow_dispatch:
3+
4+
jobs:
5+
container_test:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: docker://ghcr.io/fermyon/github-token-monitor/github-token-monitor-65e4beaffe9b92d729ed3bc5249b4ed9:latest
9+
with:
10+
args: "--token-env-vars TEST_TOKEN"
11+
env:
12+
TEST_TOKEN: ${{ secrets.TEST_TOKEN }}

0 commit comments

Comments
 (0)