Skip to content

Commit

Permalink
switch to Flavius' GITHUB_TOKEN = ACTIONS_TOKEN, to see if PR tests a…
Browse files Browse the repository at this point in the history
…re triggered for generated PR

Change-Id: I42181ed947d94ef75d14cfbba33055377fa0c1fa
Signed-off-by: nickboldt <[email protected]>
  • Loading branch information
nickboldt committed Dec 3, 2020
1 parent 1113511 commit ebbb2b8
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
# - name: Login to docker.io
# uses: docker/login-action@v1
# with:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_PASSWORD }}
# registry: docker.io
# - name: Login to quay.io
# uses: docker/login-action@v1
# with:
# username: ${{ secrets.QUAY_USERNAME }}
# password: ${{ secrets.QUAY_PASSWORD }}
# registry: quay.io
token: ${{ secrets.ACTIONS_TOKEN }}
- uses: actions/[email protected]
with:
node-version: 12.18.2
Expand All @@ -36,5 +24,5 @@ jobs:
run: |
git config --global user.name "Mykhailo Kuznietsov"
git config --global user.email "[email protected]"
export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
export GITHUB_TOKEN=${{ secrets.ACTIONS_TOKEN }}
/bin/bash -x make-release.sh --version ${{ github.event.inputs.version }}

0 comments on commit ebbb2b8

Please sign in to comment.