pixel-32 / CDDA-tileset

Other
48 stars 11 forks source link

fix: releaser authentication error #118

Closed casswedson closed 2 years ago

casswedson commented 2 years ago

While testing this workflow in the context of a different fork of mine, I noticed the need to authenticate with github cli with:

env:
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

for some reason, https://github.com/pixel-32/CDDA-tileset/pull/117 worked on my fork with no authentication needed, I was my repo so I guess there is no need to, this repo isn't like my repo so I want to make sure this doesn't break when it runs in the context of this repo