1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00

use cross repo permissions token

This commit is contained in:
Martin McKeaveney 2021-12-16 17:14:28 +01:00
parent 32d18087b6
commit 9f5bc94b17

View file

@ -16,7 +16,7 @@ jobs:
- name: Pull values.yaml from budibase-infra
run: |
curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
curl -H "Authorization: token ${{ secrets.GH_PERSONAL_TOKEN }}" \
-H 'Accept: application/vnd.github.v3.raw' \
-o values.production.yaml \
-L https://api.github.com/repos/budibase/budibase-infra/contents/kubernetes/values.yaml