philss / rustler_precompiled

Use precompiled NIFs from trusted sources in your Elixir code
182 stars 26 forks source link

doc: update guide with Github Action configuration details #14

Closed nbw closed 2 years ago

nbw commented 2 years ago

Summary

Read and write permissions will be enabled so that the workflow can write the compiled NIFs to the repository.

Issue

My workflow kept failing with the following error:

Screenshot 2022-05-19 at 22 32 13

Fix

"read and write permissions" in my repository's settings needed to be enabled. Maybe this is an obvious step, but not something I knew about as it was my first time using Github Actions on my own.

Screenshot 2022-05-19 at 23 05 13

New docs

A screenshot of the added section:

Screenshot 2022-05-19 at 23 04 55
philss commented 2 years ago

@nbw thank you! :purple_heart: