Use new FIZZY_GH_TOKEN with limited access
because this is a public repo and so doesn't have access to the private org secret GH_TOKEN anymore.
This commit is contained in:
@@ -5,7 +5,7 @@ registries:
|
|||||||
type: git
|
type: git
|
||||||
url: https://github.com
|
url: https://github.com
|
||||||
username: x-access-token
|
username: x-access-token
|
||||||
password: ${{secrets.GH_TOKEN}}
|
password: ${{secrets.FIZZY_GH_TOKEN}}
|
||||||
|
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: bundler
|
- package-ecosystem: bundler
|
||||||
|
|||||||
@@ -18,4 +18,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
saas: true
|
saas: true
|
||||||
secrets:
|
secrets:
|
||||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
FIZZY_GH_TOKEN: ${{ secrets.FIZZY_GH_TOKEN }}
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ on:
|
|||||||
type: boolean
|
type: boolean
|
||||||
required: true
|
required: true
|
||||||
secrets:
|
secrets:
|
||||||
GH_TOKEN:
|
FIZZY_GH_TOKEN:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
@@ -50,7 +50,7 @@ jobs:
|
|||||||
MYSQL_USER: root
|
MYSQL_USER: root
|
||||||
FIZZY_DB_HOST: 127.0.0.1
|
FIZZY_DB_HOST: 127.0.0.1
|
||||||
FIZZY_DB_PORT: 3306
|
FIZZY_DB_PORT: 3306
|
||||||
BUNDLE_GITHUB__COM: ${{ inputs.saas && format('x-access-token:{0}', secrets.GH_TOKEN) || '' }}
|
BUNDLE_GITHUB__COM: ${{ inputs.saas && format('x-access-token:{0}', secrets.FIZZY_GH_TOKEN) || '' }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install system packages
|
- name: Install system packages
|
||||||
|
|||||||
Reference in New Issue
Block a user