We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23552c6 commit 995f648Copy full SHA for 995f648
.github/workflows/gh_pages.yml
@@ -9,6 +9,8 @@ jobs:
9
build:
10
runs-on: ubuntu-latest
11
steps:
12
+ - env:
13
+ GITHUB_TOKEN: ${{ github.token }}
14
- uses: actions/checkout@v2
15
- uses: subosito/flutter-action@v1
16
with:
@@ -25,7 +27,7 @@ jobs:
25
27
git init
26
28
git config user.name "GroovinChip"
29
git config user.email "groovinchip@github.com"
- git remote add secure-origin https://${{ secrets.GITHUB_TOKEN }}@github.com/GroovinChip/macos_ui.git
30
+ git remote add secure-origin https://username:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
31
git checkout -b gh-pages
32
git add .
33
git commit -m "update"
0 commit comments