Use GITHUB_TOKEN for uploading to GitHub Releases

pull/2/head
probonopd 2 years ago committed by GitHub
parent d898f3d4f1
commit 7a5b7218f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      .github/workflows/build.yml

@ -1,4 +1,7 @@
name: C/C++ CI
name: Build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
on:
push:
@ -7,7 +10,7 @@ on:
branches: [ main ]
jobs:
build:
Build:
runs-on: ubuntu-20.04

Loading…
Cancel
Save