Skip to content

Commit

Permalink
fix: update action to remove unnecessary token
Browse files Browse the repository at this point in the history
  • Loading branch information
raimundo-henriques committed Sep 3, 2024
1 parent 2bba8c5 commit 3dd3e8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/act-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
- uses: actions/checkout@v2
- name: Run ACT (test)
env:
ARCH: "x86-64"
ARCH: "x86_64"
run: |
set -o pipefail --
curl -sSf https://raw.githubusercontent.com/sine-fdn/act/main/act.sh?token=${{secrets.ACT_TOKEN}} | \
curl -sSf https://raw.githubusercontent.com/sine-fdn/act/main/act.sh | \
bash -s -- test \
-e "https://api.ileap.sine.dev" \
-u ${{secrets.ACT_USER}} \
Expand Down

0 comments on commit 3dd3e8a

Please sign in to comment.