secrets cannot be templated in a shared action

This commit is contained in:
Takashi Kokubun 2023-10-13 16:18:17 -07:00
Родитель 563ba5a6f1
Коммит 0950f22cc0
2 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@ -36,6 +36,12 @@ inputs:
description: >-
If set to true, creates dummy files in build dir.
token:
required: false
default: ''
description: >-
A GitHub token to checkout the repository
outputs: {} # nothing?
runs:
@ -70,7 +76,7 @@ runs:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
path: ${{ inputs.srcdir }}
token: ${{ secrets.MATZBOT_GITHUB_TOKEN }}
token: ${{ inputs.token }}
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
with:

1
.github/workflows/check_misc.yml поставляемый
Просмотреть файл

@ -23,6 +23,7 @@ jobs:
- uses: ./.github/actions/setup/directories
with:
makeup: true
token: ${{ secrets.MATZBOT_GITHUB_TOKEN }}
- name: Check if C-sources are US-ASCII
run: |