~aleteoryx/muditaos

f30eb0ebbda30d7933b27b148487798a59dc6fb8 — Radoslaw Wicik 5 years ago 61e9362
[EGD-4816] Add security tokens to GitHub main.yaml

Github workers needs security tokens for downloading submodules.
Tokens need to be explicitly used in configuration.
1 files changed, 3 insertions(+), 0 deletions(-)

M .github/workflows/main.yml
M .github/workflows/main.yml => .github/workflows/main.yml +3 -0
@@ 15,6 15,7 @@ jobs:
      - name: clone repository
        uses: actions/checkout@v2
        with:
          token: ${{ secrets.GitHub_PAT }}
          fetch-depth: 0
          submodules: recursive
      - name: Copyright notice check


@@ 31,6 32,7 @@ jobs:
      - name: clone repository
        uses: actions/checkout@v2
        with:
          token: ${{ secrets.GitHub_PAT }}
          submodules: recursive
      - name: Build for RT1051
        run: |


@@ 51,6 53,7 @@ jobs:
      - name: clone repository
        uses: actions/checkout@v2
        with:
          token: ${{ secrets.GitHub_PAT }}
          submodules: recursive
      - name: build linux binary
        run: |