Skip to content

Commit

Permalink
chore(actions): add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kharya1337 committed Feb 1, 2024
1 parent 866ecd0 commit c283306
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ jobs:
echo "library.reset_on_fork = false" >> softhsm2.conf
# Create a directory for the token
mkdir -p ${{ github.workspace }}/token
chmod 777 softhsm2.conf
# Create a symlink to the SoftHSM library
softhsm2-util --init-token --so-pin "12345" --pin "12345" --slot 0 --label "My slot 0"
chmod 777 -R ${{ github.workspace }}/token
env:
SOFTHSM2_CONF: ${{ github.workspace }}/softhsm2.conf

Expand Down

0 comments on commit c283306

Please sign in to comment.