Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
shepmaster committed Mar 13, 2021
1 parent 70a6995 commit 0169e46
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ env:
GH_CONTAINER_REGISTRY_USERNAME: shepmaster
AWS_ACCESS_KEY_ID: AKIAWESVHZ3J6SV43YWE
jobs:
debug:
runs-on: ubuntu-latest
environment: CI
steps:
- run: echo '${{ secrets.AWS_SECRET_ACCESS_KEY }}' | wc
- run: echo '${{ secrets.DOCKER_HUB_TOKEN }}' | wc
- run: echo '${{ secrets.GH_CONTAINER_REGISTRY_TOKEN }}' | wc
- run: echo '${{ secrets.PLAYGROUND_GITHUB_TOKEN }}' | wc
build_compiler_containers:
name: Build ${{ matrix.channel }} compiler container
runs-on: ubuntu-latest
Expand Down
9 changes: 9 additions & 0 deletions ci/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,15 @@ workflows:
<<: *global_env

jobs:
debug:
runs-on: ubuntu-latest
environment: CI
steps:
- run: echo '${{ secrets.AWS_SECRET_ACCESS_KEY }}' | wc
- run: echo '${{ secrets.DOCKER_HUB_TOKEN }}' | wc
- run: echo '${{ secrets.GH_CONTAINER_REGISTRY_TOKEN }}' | wc
- run: echo '${{ secrets.PLAYGROUND_GITHUB_TOKEN }}' | wc

build_compiler_containers:
<<: *build_compiler_containers_job
environment: CI
Expand Down

0 comments on commit 0169e46

Please sign in to comment.