Skip to content

Commit 04dca36

Browse files
authored
Test remove secrets from edge-build.yml
1 parent 8f39df9 commit 04dca36

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/edge-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
uses: actions/checkout@v3
3838
with:
3939
ref: develop
40-
token: ${{ secrets.PAT_ALL_REPO }}
4140
submodules: recursive
4241

4342
- name: Environment Setup
@@ -48,7 +47,6 @@ jobs:
4847
echo "clock=$(date +'%H:%M:%S')" >> $GITHUB_OUTPUT
4948
echo "tag=$(date +'%Yd%j')" >> $GITHUB_OUTPUT
5049
echo "ref=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
51-
echo "version=2.1.$(curl -s -L 'https://api.carbonmod.gg/version?id=edge&token=${{secrets.VERSIONS_TOKEN}}')" >> $GITHUB_OUTPUT
5250
git config --global --add safe.directory /__w/Carbon/Carbon
5351
5452
- name: Rust Setup

0 commit comments

Comments
 (0)