Skip to content

Commit

Permalink
chore: change github secret (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBedard authored Sep 12, 2023
1 parent e16e696 commit 15dc056
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cbake-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
name: publish sysroots
runs-on: ubuntu-22.04
environment: publish

steps:
- name: Clone project
uses: actions/checkout@v3

- name: Download cbake sysroots
shell: pwsh
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
$RunId = '${{ github.event.inputs.run_id }}'
if ($RunId -eq 'latest') {
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Create GitHub release
shell: pwsh
env:
GITHUB_TOKEN: ${{ secrets.DEVOLUTIONSBOT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
working-directory: download
run: |
$Version = '${{ github.event.inputs.version }}'
Expand Down

0 comments on commit 15dc056

Please sign in to comment.