add ACTIONS_RUNTIME_TOKEN env variable
Some checks failed
Build

This commit is contained in:
Marius Alwan Meyer 2023-04-10 20:15:37 +00:00
parent d54600c8aa
commit 154662d4cf

View File

@ -2,6 +2,9 @@ on: [push, pull_request, workflow_dispatch]
name: Build
env:
ACTIONS_RUNTIME_TOKEN: ${{ secrets.ACTIONS_RUNTIME_TOKEN }}
jobs:
build:
runs-on: ubuntu-latest